Color spaces of #dccb3f
RGB | 220 | 203 | 63 |
---|---|---|---|
HSL | 0.15 | 0.69 | 0.55 |
HSV | 54° | 71° | 86° |
CMYK | 0.00 | 0.08 | 0.71 0.14 |
XYZ | 51.7683 | 58.2864 | 13.2245 |
Yxy | 58.2864 | 0.4199 | 0.4728 |
Hunter Lab | 76.3455 | -12.5676 | 43.1717 |
CIE-Lab | 80.8978 | -9.3322 | 68.0192 |
#dccb3f color RGB value is (220,203,63).
#dccb3f hex color red value is 220, green value is 203 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dccb3f hue: 0.15 , saturation: 0.69 and the lightness value of dccb3f is 0.55.
The process color (four color CMYK) of #dccb3f color hex is 0.00, 0.08, 0.71, 0.14. Web safe color of #dccb3f is #cccc33. Color #dccb3f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001011 | 00111111 |
Octal | 334 | 313 | 77 |
Decimal | 220 | 203 | 63 |
Hex | DC | CB | 3F |
Shades of #dccb3f
Tints of #dccb3f
RGB Percentages of Color #dccb3f
CMYK Percentages of Color #dccb3f
Complementary Color
#dccb3f | #3f50dc |
#dccb3f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dccb3f Color Preview on White Background
Lorem ipsum dolor sit amet.
#dccb3f Color CSS Codes
.mybgcolor {background-color:#dccb3f; } .myforecolor {color:#dccb3f; } .mybordercolor {border:3px solid #dccb3f; }
#dccb3f Text Font Color
<p style="color:#dccb3f">Text here</p>
This sample text font color is #dccb3f
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.
#dccb3f Background Color
<div style="background-color:#dccb3f">
Div content here</div>
This div background color is #dccb3f
#dccb3f Border Color
<div style="border:3px solid #dccb3f">
Div here</div>
This div border color is #dccb3f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,203,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dccb3f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dccb3f; -webkit-box-shadow: 1px 1px 3px 2px #dccb3f; box-shadow: 1px 1px 3px 2px #dccb3f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,203,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dccb3f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dccb3f; -webkit-box-shadow: 1px 1px 3px 2px #dccb3f; box-shadow: 1px 1px 3px 2px #dccb3f;">
Div content here</div>
This div box has shadow with color #dccb3f
Comments
No comments written yet.
Please login to write comment.