Color spaces of #debd4f
RGB | 222 | 189 | 79 |
---|---|---|---|
HSL | 0.13 | 0.68 | 0.59 |
HSV | 46° | 64° | 87° |
CMYK | 0.00 | 0.15 | 0.64 0.13 |
XYZ | 49.7331 | 52.4893 | 14.9074 |
Yxy | 52.4893 | 0.4246 | 0.4481 |
Hunter Lab | 72.4495 | -4.2550 | 38.5150 |
CIE-Lab | 77.5725 | -0.4219 | 58.2512 |
#debd4f color RGB value is (222,189,79).
#debd4f hex color red value is 222, green value is 189 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #debd4f hue: 0.13 , saturation: 0.68 and the lightness value of debd4f is 0.59.
The process color (four color CMYK) of #debd4f color hex is 0.00, 0.15, 0.64, 0.13. Web safe color of #debd4f is #cccc66. Color #debd4f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10111101 | 01001111 |
Octal | 336 | 275 | 117 |
Decimal | 222 | 189 | 79 |
Hex | DE | BD | 4F |
Shades of #debd4f
Tints of #debd4f
RGB Percentages of Color #debd4f
CMYK Percentages of Color #debd4f
Complementary Color
#debd4f | #4f70de |
#debd4f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#debd4f Color Preview on White Background
Lorem ipsum dolor sit amet.
#debd4f Color CSS Codes
.mybgcolor {background-color:#debd4f; } .myforecolor {color:#debd4f; } .mybordercolor {border:3px solid #debd4f; }
#debd4f Text Font Color
<p style="color:#debd4f">Text here</p>
This sample text font color is #debd4f
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.
#debd4f Background Color
<div style="background-color:#debd4f">
Div content here</div>
This div background color is #debd4f
#debd4f Border Color
<div style="border:3px solid #debd4f">
Div here</div>
This div border color is #debd4f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,189,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #debd4f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #debd4f; -webkit-box-shadow: 1px 1px 3px 2px #debd4f; box-shadow: 1px 1px 3px 2px #debd4f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,189,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #debd4f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #debd4f; -webkit-box-shadow: 1px 1px 3px 2px #debd4f; box-shadow: 1px 1px 3px 2px #debd4f;">
Div content here</div>
This div box has shadow with color #debd4f
Comments
No comments written yet.
Please login to write comment.