Color spaces of #deca4d
RGB | 222 | 202 | 77 |
---|---|---|---|
HSL | 0.14 | 0.69 | 0.59 |
HSV | 52° | 65° | 87° |
CMYK | 0.00 | 0.09 | 0.65 0.13 |
XYZ | 52.5843 | 58.3065 | 15.5040 |
Yxy | 58.3065 | 0.4160 | 0.4613 |
Hunter Lab | 76.3587 | -10.7040 | 41.4127 |
CIE-Lab | 80.9089 | -7.2460 | 62.6465 |
#deca4d color RGB value is (222,202,77).
#deca4d hex color red value is 222, green value is 202 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #deca4d hue: 0.14 , saturation: 0.69 and the lightness value of deca4d is 0.59.
The process color (four color CMYK) of #deca4d color hex is 0.00, 0.09, 0.65, 0.13. Web safe color of #deca4d is #cccc66. Color #deca4d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11001010 | 01001101 |
Octal | 336 | 312 | 115 |
Decimal | 222 | 202 | 77 |
Hex | DE | CA | 4D |
Shades of #deca4d
Tints of #deca4d
RGB Percentages of Color #deca4d
CMYK Percentages of Color #deca4d
Complementary Color
#deca4d | #4d61de |
#deca4d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deca4d Color Preview on White Background
Lorem ipsum dolor sit amet.
#deca4d Color CSS Codes
.mybgcolor {background-color:#deca4d; } .myforecolor {color:#deca4d; } .mybordercolor {border:3px solid #deca4d; }
#deca4d Text Font Color
<p style="color:#deca4d">Text here</p>
This sample text font color is #deca4d
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.
#deca4d Background Color
<div style="background-color:#deca4d">
Div content here</div>
This div background color is #deca4d
#deca4d Border Color
<div style="border:3px solid #deca4d">
Div here</div>
This div border color is #deca4d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,202,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deca4d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deca4d; -webkit-box-shadow: 1px 1px 3px 2px #deca4d; box-shadow: 1px 1px 3px 2px #deca4d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,202,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deca4d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deca4d; -webkit-box-shadow: 1px 1px 3px 2px #deca4d; box-shadow: 1px 1px 3px 2px #deca4d;">
Div content here</div>
This div box has shadow with color #deca4d
Comments
No comments written yet.
Please login to write comment.