Color spaces of #deb36f
RGB | 222 | 179 | 111 |
---|---|---|---|
HSL | 0.10 | 0.63 | 0.65 |
HSV | 37° | 50° | 87° |
CMYK | 0.00 | 0.19 | 0.50 0.13 |
XYZ | 49.1135 | 48.9175 | 21.8924 |
Yxy | 48.9175 | 0.4095 | 0.4079 |
Hunter Lab | 69.9410 | 2.9482 | 30.4002 |
CIE-Lab | 75.4000 | 7.2622 | 40.4185 |
#deb36f color RGB value is (222,179,111).
#deb36f hex color red value is 222, green value is 179 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #deb36f hue: 0.10 , saturation: 0.63 and the lightness value of deb36f is 0.65.
The process color (four color CMYK) of #deb36f color hex is 0.00, 0.19, 0.50, 0.13. Web safe color of #deb36f is #cccc66. Color #deb36f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10110011 | 01101111 |
Octal | 336 | 263 | 157 |
Decimal | 222 | 179 | 111 |
Hex | DE | B3 | 6F |
Shades of #deb36f
Tints of #deb36f
RGB Percentages of Color #deb36f
CMYK Percentages of Color #deb36f
Complementary Color
#deb36f | #6f9ade |
#deb36f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deb36f Color Preview on White Background
Lorem ipsum dolor sit amet.
#deb36f Color CSS Codes
.mybgcolor {background-color:#deb36f; } .myforecolor {color:#deb36f; } .mybordercolor {border:3px solid #deb36f; }
#deb36f Text Font Color
<p style="color:#deb36f">Text here</p>
This sample text font color is #deb36f
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.
#deb36f Background Color
<div style="background-color:#deb36f">
Div content here</div>
This div background color is #deb36f
#deb36f Border Color
<div style="border:3px solid #deb36f">
Div here</div>
This div border color is #deb36f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,179,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deb36f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deb36f; -webkit-box-shadow: 1px 1px 3px 2px #deb36f; box-shadow: 1px 1px 3px 2px #deb36f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,179,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deb36f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deb36f; -webkit-box-shadow: 1px 1px 3px 2px #deb36f; box-shadow: 1px 1px 3px 2px #deb36f;">
Div content here</div>
This div box has shadow with color #deb36f
Comments
No comments written yet.
Please login to write comment.