Color spaces of #deb199
RGB | 222 | 177 | 153 |
---|---|---|---|
HSL | 0.06 | 0.51 | 0.74 |
HSV | 21° | 31° | 87° |
CMYK | 0.00 | 0.20 | 0.31 0.13 |
XYZ | 51.5961 | 49.2738 | 36.9284 |
Yxy | 49.2738 | 0.3744 | 0.3576 |
Hunter Lab | 70.1953 | 8.3622 | 17.9454 |
CIE-Lab | 75.6213 | 12.9577 | 18.4927 |
#deb199 color RGB value is (222,177,153).
#deb199 hex color red value is 222, green value is 177 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #deb199 hue: 0.06 , saturation: 0.51 and the lightness value of deb199 is 0.74.
The process color (four color CMYK) of #deb199 color hex is 0.00, 0.20, 0.31, 0.13. Web safe color of #deb199 is #cc9999. Color #deb199 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10110001 | 10011001 |
Octal | 336 | 261 | 231 |
Decimal | 222 | 177 | 153 |
Hex | DE | B1 | 99 |
Shades of #deb199
Tints of #deb199
RGB Percentages of Color #deb199
CMYK Percentages of Color #deb199
Complementary Color
#deb199 | #99c6de |
#deb199 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deb199 Color Preview on White Background
Lorem ipsum dolor sit amet.
#deb199 Color CSS Codes
.mybgcolor {background-color:#deb199; } .myforecolor {color:#deb199; } .mybordercolor {border:3px solid #deb199; }
#deb199 Text Font Color
<p style="color:#deb199">Text here</p>
This sample text font color is #deb199
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.
#deb199 Background Color
<div style="background-color:#deb199">
Div content here</div>
This div background color is #deb199
#deb199 Border Color
<div style="border:3px solid #deb199">
Div here</div>
This div border color is #deb199
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,177,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deb199; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deb199; -webkit-box-shadow: 1px 1px 3px 2px #deb199; box-shadow: 1px 1px 3px 2px #deb199; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,177,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deb199">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deb199; -webkit-box-shadow: 1px 1px 3px 2px #deb199; box-shadow: 1px 1px 3px 2px #deb199;">
Div content here</div>
This div box has shadow with color #deb199
Comments
No comments written yet.
Please login to write comment.