Color spaces of #dcd46b
RGB | 220 | 212 | 107 |
---|---|---|---|
HSL | 0.15 | 0.62 | 0.64 |
HSV | 56° | 51° | 86° |
CMYK | 0.00 | 0.04 | 0.51 0.14 |
XYZ | 55.7125 | 63.3641 | 23.2041 |
Yxy | 63.3641 | 0.3916 | 0.4453 |
Hunter Lab | 79.6016 | -14.3720 | 38.4379 |
CIE-Lab | 83.6336 | -11.0072 | 52.3196 |
#dcd46b color RGB value is (220,212,107).
#dcd46b hex color red value is 220, green value is 212 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dcd46b hue: 0.15 , saturation: 0.62 and the lightness value of dcd46b is 0.64.
The process color (four color CMYK) of #dcd46b color hex is 0.00, 0.04, 0.51, 0.14. Web safe color of #dcd46b is #cccc66. Color #dcd46b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11010100 | 01101011 |
Octal | 334 | 324 | 153 |
Decimal | 220 | 212 | 107 |
Hex | DC | D4 | 6B |
Shades of #dcd46b
Tints of #dcd46b
RGB Percentages of Color #dcd46b
CMYK Percentages of Color #dcd46b
Complementary Color
#dcd46b | #6b73dc |
#dcd46b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcd46b Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcd46b Color CSS Codes
.mybgcolor {background-color:#dcd46b; } .myforecolor {color:#dcd46b; } .mybordercolor {border:3px solid #dcd46b; }
#dcd46b Text Font Color
<p style="color:#dcd46b">Text here</p>
This sample text font color is #dcd46b
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.
#dcd46b Background Color
<div style="background-color:#dcd46b">
Div content here</div>
This div background color is #dcd46b
#dcd46b Border Color
<div style="border:3px solid #dcd46b">
Div here</div>
This div border color is #dcd46b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,212,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcd46b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcd46b; -webkit-box-shadow: 1px 1px 3px 2px #dcd46b; box-shadow: 1px 1px 3px 2px #dcd46b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,212,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcd46b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcd46b; -webkit-box-shadow: 1px 1px 3px 2px #dcd46b; box-shadow: 1px 1px 3px 2px #dcd46b;">
Div content here</div>
This div box has shadow with color #dcd46b
Comments
No comments written yet.
Please login to write comment.