Color spaces of #dcc86a
RGB | 220 | 200 | 106 |
---|---|---|---|
HSL | 0.14 | 0.62 | 0.64 |
HSV | 49° | 52° | 86° |
CMYK | 0.00 | 0.09 | 0.52 0.14 |
XYZ | 52.7710 | 57.5648 | 21.9655 |
Yxy | 57.5648 | 0.3989 | 0.4351 |
Hunter Lab | 75.8715 | -8.6227 | 35.9450 |
CIE-Lab | 80.4962 | -4.9820 | 49.0749 |
#dcc86a color RGB value is (220,200,106).
#dcc86a hex color red value is 220, green value is 200 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #dcc86a hue: 0.14 , saturation: 0.62 and the lightness value of dcc86a is 0.64.
The process color (four color CMYK) of #dcc86a color hex is 0.00, 0.09, 0.52, 0.14. Web safe color of #dcc86a is #cccc66. Color #dcc86a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001000 | 01101010 |
Octal | 334 | 310 | 152 |
Decimal | 220 | 200 | 106 |
Hex | DC | C8 | 6A |
Shades of #dcc86a
Tints of #dcc86a
RGB Percentages of Color #dcc86a
CMYK Percentages of Color #dcc86a
Complementary Color
#dcc86a | #6a7edc |
#dcc86a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcc86a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcc86a Color CSS Codes
.mybgcolor {background-color:#dcc86a; } .myforecolor {color:#dcc86a; } .mybordercolor {border:3px solid #dcc86a; }
#dcc86a Text Font Color
<p style="color:#dcc86a">Text here</p>
This sample text font color is #dcc86a
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.
#dcc86a Background Color
<div style="background-color:#dcc86a">
Div content here</div>
This div background color is #dcc86a
#dcc86a Border Color
<div style="border:3px solid #dcc86a">
Div here</div>
This div border color is #dcc86a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,200,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcc86a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcc86a; -webkit-box-shadow: 1px 1px 3px 2px #dcc86a; box-shadow: 1px 1px 3px 2px #dcc86a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,200,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcc86a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcc86a; -webkit-box-shadow: 1px 1px 3px 2px #dcc86a; box-shadow: 1px 1px 3px 2px #dcc86a;">
Div content here</div>
This div box has shadow with color #dcc86a
Comments
No comments written yet.
Please login to write comment.