Shades of Rose #DEA89A
Tints of Rose #DEA89A
RGB
CMYK
RGB Variations
Color information
#DEA89A (or 0xDEA89A) is known color: Rose. HEX triplet: DE, A8 and 9A. RGB value is (222,168,154). Sum of RGB (Red+Green+Blue) = 222+168+154=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA89A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA89A is #215765. Grayscale: #B6B6B6. Windows color (decimal): -2185062 or 10135774. OLE color: 10135774.
HSL color Cylindrical-coordinate representation of color #DEA89A: hue angle of 12.35º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEA89A is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 168 | 154 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.13 |
| HSL | 12.35º | 0.51% | 0.74% | - |
| HSV(B) | 12.35º | 0.31% | 0.87% | - |
| XYZ | 49.96 | 45.87 | 36.79 | - |
| YUV | 182.55 | 111.89 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 154 | 0 | 0.24 | 0.31 | 0.13 | 12.35 | 0.51 | 0.74 |
| Hex | DE | A8 | 9A | 0 | 18 | 1F | D | C | 33 | 4A |
| Octal | 336 | 250 | 232 | 0 | 30 | 37 | 15 | 14 | 63 | 112 |
| Binary | 11011110 | 10101000 | 10011010 | 0 | 11000 | 11111 | 1101 | 1100 | 110011 | 1001010 |
Color Harmonies of #DEA89A
Complementary color
Monochromatic Colors of #DEA89A
Black with #DEA89A
Text Example
Text Example
White with #DEA89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA89A; }
p { color: rgb(222,168,154); }
H1.HeaderClassName
{
color: #DEA89A;
}
.AnyTagClassName
{
color: #DEA89A;
}
</style>
background-color css
<style>
a { background-color: #DEA89A; }
a { background-color: rgb(222,168,154); }
div.DivClassName
{
background-color: #DEA89A;
}
.BgClassName
{
background-color: #DEA89A;
}
</style>
border-color css
<style>
span { border-color: #DEA89A; }
span { border-color: rgb(222,168,154); }
td.TdClassName
{
border-color: #DEA89A;
}
.TagClassName
{
border-color: #DEA89A;
}
</style>