Color spaces of #deb676
RGB | 222 | 182 | 118 |
---|---|---|---|
HSL | 0.10 | 0.61 | 0.67 |
HSV | 37° | 47° | 87° |
CMYK | 0.00 | 0.18 | 0.47 0.13 |
XYZ | 50.1222 | 50.2935 | 24.2054 |
Yxy | 50.2935 | 0.4022 | 0.4036 |
Hunter Lab | 70.9179 | 2.0510 | 29.4059 |
CIE-Lab | 76.2491 | 6.3306 | 37.8934 |
#deb676 color RGB value is (222,182,118).
#deb676 hex color red value is 222, green value is 182 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #deb676 hue: 0.10 , saturation: 0.61 and the lightness value of deb676 is 0.67.
The process color (four color CMYK) of #deb676 color hex is 0.00, 0.18, 0.47, 0.13. Web safe color of #deb676 is #cccc66. Color #deb676 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10110110 | 01110110 |
Octal | 336 | 266 | 166 |
Decimal | 222 | 182 | 118 |
Hex | DE | B6 | 76 |
Shades of #deb676
Tints of #deb676
RGB Percentages of Color #deb676
CMYK Percentages of Color #deb676
Complementary Color
#deb676 | #769ede |
#deb676 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deb676 Color Preview on White Background
Lorem ipsum dolor sit amet.
#deb676 Color CSS Codes
.mybgcolor {background-color:#deb676; } .myforecolor {color:#deb676; } .mybordercolor {border:3px solid #deb676; }
#deb676 Text Font Color
<p style="color:#deb676">Text here</p>
This sample text font color is #deb676
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.
#deb676 Background Color
<div style="background-color:#deb676">
Div content here</div>
This div background color is #deb676
#deb676 Border Color
<div style="border:3px solid #deb676">
Div here</div>
This div border color is #deb676
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,182,118, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deb676; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deb676; -webkit-box-shadow: 1px 1px 3px 2px #deb676; box-shadow: 1px 1px 3px 2px #deb676; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,182,118, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deb676">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deb676; -webkit-box-shadow: 1px 1px 3px 2px #deb676; box-shadow: 1px 1px 3px 2px #deb676;">
Div content here</div>
This div box has shadow with color #deb676
Comments
No comments written yet.
Please login to write comment.