Color spaces of #deca0f
RGB | 222 | 202 | 15 |
---|---|---|---|
HSL | 0.15 | 0.87 | 0.46 |
HSV | 54° | 93° | 87° |
CMYK | 0.00 | 0.09 | 0.93 0.13 |
XYZ | 51.3310 | 57.8051 | 8.9040 |
Yxy | 57.8051 | 0.4349 | 0.4897 |
Hunter Lab | 76.0297 | -12.5386 | 46.2772 |
CIE-Lab | 80.6303 | -9.3325 | 79.7936 |
#deca0f color RGB value is (222,202,15).
#deca0f hex color red value is 222, green value is 202 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #deca0f hue: 0.15 , saturation: 0.87 and the lightness value of deca0f is 0.46.
The process color (four color CMYK) of #deca0f color hex is 0.00, 0.09, 0.93, 0.13. Web safe color of #deca0f is #cccc00. Color #deca0f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11001010 | 00001111 |
Octal | 336 | 312 | 17 |
Decimal | 222 | 202 | 15 |
Hex | DE | CA | F |
Shades of #deca0f
Tints of #deca0f
RGB Percentages of Color #deca0f
CMYK Percentages of Color #deca0f
Complementary Color
#deca0f | #0f23de |
#deca0f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deca0f Color Preview on White Background
Lorem ipsum dolor sit amet.
#deca0f Color CSS Codes
.mybgcolor {background-color:#deca0f; } .myforecolor {color:#deca0f; } .mybordercolor {border:3px solid #deca0f; }
#deca0f Text Font Color
<p style="color:#deca0f">Text here</p>
This sample text font color is #deca0f
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.
#deca0f Background Color
<div style="background-color:#deca0f">
Div content here</div>
This div background color is #deca0f
#deca0f Border Color
<div style="border:3px solid #deca0f">
Div here</div>
This div border color is #deca0f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,202,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deca0f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deca0f; -webkit-box-shadow: 1px 1px 3px 2px #deca0f; box-shadow: 1px 1px 3px 2px #deca0f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,202,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deca0f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deca0f; -webkit-box-shadow: 1px 1px 3px 2px #deca0f; box-shadow: 1px 1px 3px 2px #deca0f;">
Div content here</div>
This div box has shadow with color #deca0f
Comments
No comments written yet.
Please login to write comment.