Shades of Rose #DEA99A
Tints of Rose #DEA99A
RGB
CMYK
RGB Variations
Color information
#DEA99A (or 0xDEA99A) is known color: Rose. HEX triplet: DE, A9 and 9A. RGB value is (222,169,154). Sum of RGB (Red+Green+Blue) = 222+169+154=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA99A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA99A is #215665. Grayscale: #B7B7B7. Windows color (decimal): -2184806 or 10136030. OLE color: 10136030.
HSL color Cylindrical-coordinate representation of color #DEA99A: hue angle of 13.24º 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 #DEA99A is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 169 | 154 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.13 |
| HSL | 13.24º | 0.51% | 0.74% | - |
| HSV(B) | 13.24º | 0.31% | 0.87% | - |
| XYZ | 50.14 | 46.24 | 36.85 | - |
| YUV | 183.14 | 111.56 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 169 | 154 | 0 | 0.24 | 0.31 | 0.13 | 13.24 | 0.51 | 0.74 |
| Hex | DE | A9 | 9A | 0 | 18 | 1F | D | D | 33 | 4A |
| Octal | 336 | 251 | 232 | 0 | 30 | 37 | 15 | 15 | 63 | 112 |
| Binary | 11011110 | 10101001 | 10011010 | 0 | 11000 | 11111 | 1101 | 1101 | 110011 | 1001010 |
Color Harmonies of #DEA99A
Complementary color
Monochromatic Colors of #DEA99A
Black with #DEA99A
Text Example
Text Example
White with #DEA99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA99A; }
p { color: rgb(222,169,154); }
H1.HeaderClassName
{
color: #DEA99A;
}
.AnyTagClassName
{
color: #DEA99A;
}
</style>
background-color css
<style>
a { background-color: #DEA99A; }
a { background-color: rgb(222,169,154); }
div.DivClassName
{
background-color: #DEA99A;
}
.BgClassName
{
background-color: #DEA99A;
}
</style>
border-color css
<style>
span { border-color: #DEA99A; }
span { border-color: rgb(222,169,154); }
td.TdClassName
{
border-color: #DEA99A;
}
.TagClassName
{
border-color: #DEA99A;
}
</style>