Color spaces of #dca193
RGB | 220 | 161 | 147 |
---|---|---|---|
HSL | 0.03 | 0.51 | 0.72 |
HSV | 12° | 33° | 86° |
CMYK | 0.00 | 0.27 | 0.33 0.14 |
XYZ | 47.5265 | 42.8120 | 33.3624 |
Yxy | 42.8120 | 0.3842 | 0.3461 |
Hunter Lab | 65.4309 | 15.1516 | 15.5704 |
CIE-Lab | 71.4272 | 20.0173 | 15.9037 |
#dca193 color RGB value is (220,161,147).
#dca193 hex color red value is 220, green value is 161 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #dca193 hue: 0.03 , saturation: 0.51 and the lightness value of dca193 is 0.72.
The process color (four color CMYK) of #dca193 color hex is 0.00, 0.27, 0.33, 0.14. Web safe color of #dca193 is #cc9999. Color #dca193 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10100001 | 10010011 |
Octal | 334 | 241 | 223 |
Decimal | 220 | 161 | 147 |
Hex | DC | A1 | 93 |
Shades of #dca193
Tints of #dca193
RGB Percentages of Color #dca193
CMYK Percentages of Color #dca193
Complementary Color
#dca193 | #93cedc |
#dca193 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dca193 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dca193 Color CSS Codes
.mybgcolor {background-color:#dca193; } .myforecolor {color:#dca193; } .mybordercolor {border:3px solid #dca193; }
#dca193 Text Font Color
<p style="color:#dca193">Text here</p>
This sample text font color is #dca193
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dca193 Background Color
<div style="background-color:#dca193">
Div content here</div>
This div background color is #dca193
#dca193 Border Color
<div style="border:3px solid #dca193">
Div here</div>
This div border color is #dca193
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,161,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dca193; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dca193; -webkit-box-shadow: 1px 1px 3px 2px #dca193; box-shadow: 1px 1px 3px 2px #dca193; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,161,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dca193">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dca193; -webkit-box-shadow: 1px 1px 3px 2px #dca193; box-shadow: 1px 1px 3px 2px #dca193;">
Div content here</div>
This div box has shadow with color #dca193
Comments
No comments written yet.
Please login to write comment.