Color spaces of #dea88d
RGB | 222 | 168 | 141 |
---|---|---|---|
HSL | 0.06 | 0.55 | 0.71 |
HSV | 20° | 36° | 87° |
CMYK | 0.00 | 0.24 | 0.36 0.13 |
XYZ | 48.9346 | 45.4579 | 31.3944 |
Yxy | 45.4579 | 0.3890 | 0.3614 |
Hunter Lab | 67.4225 | 11.5643 | 19.5881 |
CIE-Lab | 73.1924 | 16.2899 | 21.6522 |
#dea88d color RGB value is (222,168,141).
#dea88d hex color red value is 222, green value is 168 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dea88d hue: 0.06 , saturation: 0.55 and the lightness value of dea88d is 0.71.
The process color (four color CMYK) of #dea88d color hex is 0.00, 0.24, 0.36, 0.13. Web safe color of #dea88d is #cc9999. Color #dea88d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10101000 | 10001101 |
Octal | 336 | 250 | 215 |
Decimal | 222 | 168 | 141 |
Hex | DE | A8 | 8D |
Shades of #dea88d
Tints of #dea88d
RGB Percentages of Color #dea88d
CMYK Percentages of Color #dea88d
Complementary Color
#dea88d | #8dc3de |
#dea88d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dea88d Color Preview on White Background
Lorem ipsum dolor sit amet.
#dea88d Color CSS Codes
.mybgcolor {background-color:#dea88d; } .myforecolor {color:#dea88d; } .mybordercolor {border:3px solid #dea88d; }
#dea88d Text Font Color
<p style="color:#dea88d">Text here</p>
This sample text font color is #dea88d
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.
#dea88d Background Color
<div style="background-color:#dea88d">
Div content here</div>
This div background color is #dea88d
#dea88d Border Color
<div style="border:3px solid #dea88d">
Div here</div>
This div border color is #dea88d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,168,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dea88d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dea88d; -webkit-box-shadow: 1px 1px 3px 2px #dea88d; box-shadow: 1px 1px 3px 2px #dea88d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,168,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dea88d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dea88d; -webkit-box-shadow: 1px 1px 3px 2px #dea88d; box-shadow: 1px 1px 3px 2px #dea88d;">
Div content here</div>
This div box has shadow with color #dea88d
Comments
No comments written yet.
Please login to write comment.