Color spaces of #dca886
RGB | 220 | 168 | 134 |
---|---|---|---|
HSL | 0.07 | 0.55 | 0.69 |
HSV | 24° | 39° | 86° |
CMYK | 0.00 | 0.24 | 0.39 0.14 |
XYZ | 47.8209 | 44.9421 | 28.7085 |
Yxy | 44.9421 | 0.3937 | 0.3700 |
Hunter Lab | 67.0389 | 10.0116 | 21.5371 |
CIE-Lab | 72.8538 | 14.6861 | 24.9492 |
#dca886 color RGB value is (220,168,134).
#dca886 hex color red value is 220, green value is 168 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #dca886 hue: 0.07 , saturation: 0.55 and the lightness value of dca886 is 0.69.
The process color (four color CMYK) of #dca886 color hex is 0.00, 0.24, 0.39, 0.14. Web safe color of #dca886 is #cc9999. Color #dca886 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10101000 | 10000110 |
Octal | 334 | 250 | 206 |
Decimal | 220 | 168 | 134 |
Hex | DC | A8 | 86 |
Shades of #dca886
Tints of #dca886
RGB Percentages of Color #dca886
CMYK Percentages of Color #dca886
Complementary Color
#dca886 | #86badc |
#dca886 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dca886 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dca886 Color CSS Codes
.mybgcolor {background-color:#dca886; } .myforecolor {color:#dca886; } .mybordercolor {border:3px solid #dca886; }
#dca886 Text Font Color
<p style="color:#dca886">Text here</p>
This sample text font color is #dca886
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.
#dca886 Background Color
<div style="background-color:#dca886">
Div content here</div>
This div background color is #dca886
#dca886 Border Color
<div style="border:3px solid #dca886">
Div here</div>
This div border color is #dca886
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,168,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dca886; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dca886; -webkit-box-shadow: 1px 1px 3px 2px #dca886; box-shadow: 1px 1px 3px 2px #dca886; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,168,134, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dca886">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dca886; -webkit-box-shadow: 1px 1px 3px 2px #dca886; box-shadow: 1px 1px 3px 2px #dca886;">
Div content here</div>
This div box has shadow with color #dca886
Comments
No comments written yet.
Please login to write comment.