Color spaces of #dea55b
RGB | 222 | 165 | 91 |
---|---|---|---|
HSL | 0.09 | 0.66 | 0.61 |
HSV | 34° | 59° | 87° |
CMYK | 0.00 | 0.26 | 0.59 0.13 |
XYZ | 45.4677 | 43.1952 | 15.8386 |
Yxy | 43.1952 | 0.4351 | 0.4133 |
Hunter Lab | 65.7231 | 8.4723 | 31.7178 |
CIE-Lab | 71.6873 | 13.0810 | 46.0011 |
#dea55b color RGB value is (222,165,91).
#dea55b hex color red value is 222, green value is 165 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #dea55b hue: 0.09 , saturation: 0.66 and the lightness value of dea55b is 0.61.
The process color (four color CMYK) of #dea55b color hex is 0.00, 0.26, 0.59, 0.13. Web safe color of #dea55b is #cc9966. Color #dea55b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10100101 | 01011011 |
Octal | 336 | 245 | 133 |
Decimal | 222 | 165 | 91 |
Hex | DE | A5 | 5B |
Shades of #dea55b
Tints of #dea55b
RGB Percentages of Color #dea55b
CMYK Percentages of Color #dea55b
Complementary Color
#dea55b | #5b94de |
#dea55b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dea55b Color Preview on White Background
Lorem ipsum dolor sit amet.
#dea55b Color CSS Codes
.mybgcolor {background-color:#dea55b; } .myforecolor {color:#dea55b; } .mybordercolor {border:3px solid #dea55b; }
#dea55b Text Font Color
<p style="color:#dea55b">Text here</p>
This sample text font color is #dea55b
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.
#dea55b Background Color
<div style="background-color:#dea55b">
Div content here</div>
This div background color is #dea55b
#dea55b Border Color
<div style="border:3px solid #dea55b">
Div here</div>
This div border color is #dea55b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,165,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dea55b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dea55b; -webkit-box-shadow: 1px 1px 3px 2px #dea55b; box-shadow: 1px 1px 3px 2px #dea55b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,165,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dea55b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dea55b; -webkit-box-shadow: 1px 1px 3px 2px #dea55b; box-shadow: 1px 1px 3px 2px #dea55b;">
Div content here</div>
This div box has shadow with color #dea55b
#dea55b Color Palettes
Comments
No comments written yet.
Please login to write comment.