Color spaces of #dcb166
RGB | 220 | 177 | 102 |
---|---|---|---|
HSL | 0.11 | 0.63 | 0.63 |
HSV | 38° | 54° | 86° |
CMYK | 0.00 | 0.20 | 0.54 0.14 |
XYZ | 47.6356 | 47.6192 | 19.2511 |
Yxy | 47.6192 | 0.4160 | 0.4159 |
Hunter Lab | 69.0067 | 2.4577 | 31.7643 |
CIE-Lab | 74.5841 | 6.7133 | 43.9272 |
#dcb166 color RGB value is (220,177,102).
#dcb166 hex color red value is 220, green value is 177 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #dcb166 hue: 0.11 , saturation: 0.63 and the lightness value of dcb166 is 0.63.
The process color (four color CMYK) of #dcb166 color hex is 0.00, 0.20, 0.54, 0.14. Web safe color of #dcb166 is #cc9966. Color #dcb166 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10110001 | 01100110 |
Octal | 334 | 261 | 146 |
Decimal | 220 | 177 | 102 |
Hex | DC | B1 | 66 |
Shades of #dcb166
Tints of #dcb166
RGB Percentages of Color #dcb166
CMYK Percentages of Color #dcb166
Complementary Color
#dcb166 | #6691dc |
#dcb166 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcb166 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcb166 Color CSS Codes
.mybgcolor {background-color:#dcb166; } .myforecolor {color:#dcb166; } .mybordercolor {border:3px solid #dcb166; }
#dcb166 Text Font Color
<p style="color:#dcb166">Text here</p>
This sample text font color is #dcb166
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.
#dcb166 Background Color
<div style="background-color:#dcb166">
Div content here</div>
This div background color is #dcb166
#dcb166 Border Color
<div style="border:3px solid #dcb166">
Div here</div>
This div border color is #dcb166
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,177,102, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcb166; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcb166; -webkit-box-shadow: 1px 1px 3px 2px #dcb166; box-shadow: 1px 1px 3px 2px #dcb166; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,177,102, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcb166">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcb166; -webkit-box-shadow: 1px 1px 3px 2px #dcb166; box-shadow: 1px 1px 3px 2px #dcb166;">
Div content here</div>
This div box has shadow with color #dcb166
Comments
No comments written yet.
Please login to write comment.