Color spaces of #deb76e
RGB | 222 | 183 | 110 |
---|---|---|---|
HSL | 0.11 | 0.63 | 0.65 |
HSV | 39° | 50° | 87° |
CMYK | 0.00 | 0.18 | 0.50 0.13 |
XYZ | 49.8722 | 50.5224 | 21.8751 |
Yxy | 50.5224 | 0.4079 | 0.4132 |
Hunter Lab | 71.0791 | 0.8549 | 31.5085 |
CIE-Lab | 76.3888 | 5.0555 | 42.1542 |
#deb76e color RGB value is (222,183,110).
#deb76e hex color red value is 222, green value is 183 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #deb76e hue: 0.11 , saturation: 0.63 and the lightness value of deb76e is 0.65.
The process color (four color CMYK) of #deb76e color hex is 0.00, 0.18, 0.50, 0.13. Web safe color of #deb76e is #cccc66. Color #deb76e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10110111 | 01101110 |
Octal | 336 | 267 | 156 |
Decimal | 222 | 183 | 110 |
Hex | DE | B7 | 6E |
Shades of #deb76e
Tints of #deb76e
RGB Percentages of Color #deb76e
CMYK Percentages of Color #deb76e
Complementary Color
#deb76e | #6e95de |
#deb76e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deb76e Color Preview on White Background
Lorem ipsum dolor sit amet.
#deb76e Color CSS Codes
.mybgcolor {background-color:#deb76e; } .myforecolor {color:#deb76e; } .mybordercolor {border:3px solid #deb76e; }
#deb76e Text Font Color
<p style="color:#deb76e">Text here</p>
This sample text font color is #deb76e
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.
#deb76e Background Color
<div style="background-color:#deb76e">
Div content here</div>
This div background color is #deb76e
#deb76e Border Color
<div style="border:3px solid #deb76e">
Div here</div>
This div border color is #deb76e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,183,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deb76e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deb76e; -webkit-box-shadow: 1px 1px 3px 2px #deb76e; box-shadow: 1px 1px 3px 2px #deb76e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,183,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deb76e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deb76e; -webkit-box-shadow: 1px 1px 3px 2px #deb76e; box-shadow: 1px 1px 3px 2px #deb76e;">
Div content here</div>
This div box has shadow with color #deb76e
Comments
No comments written yet.
Please login to write comment.