Shades of Rose #DEAC99
Tints of Rose #DEAC99
RGB
CMYK
RGB Variations
Color information
#DEAC99 (or 0xDEAC99) is known color: Rose. HEX triplet: DE, AC and 99. RGB value is (222,172,153). Sum of RGB (Red+Green+Blue) = 222+172+153=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAC99 is #215366. Grayscale: #B8B8B8. Windows color (decimal): -2184039 or 10071262. OLE color: 10071262.
HSL color Cylindrical-coordinate representation of color #DEAC99: hue angle of 16.52º 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 #DEAC99 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 153 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.13 |
| HSL | 16.52º | 0.51% | 0.74% | - |
| HSV(B) | 16.52º | 0.31% | 0.87% | - |
| XYZ | 50.63 | 47.33 | 36.61 | - |
| YUV | 184.78 | 110.07 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 153 | 0 | 0.23 | 0.31 | 0.13 | 16.52 | 0.51 | 0.74 |
| Hex | DE | AC | 99 | 0 | 17 | 1F | D | 11 | 33 | 4A |
| Octal | 336 | 254 | 231 | 0 | 27 | 37 | 15 | 21 | 63 | 112 |
| Binary | 11011110 | 10101100 | 10011001 | 0 | 10111 | 11111 | 1101 | 10001 | 110011 | 1001010 |
Color Harmonies of #DEAC99
Complementary color
Monochromatic Colors of #DEAC99
Black with #DEAC99
Text Example
Text Example
White with #DEAC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC99; }
p { color: rgb(222,172,153); }
H1.HeaderClassName
{
color: #DEAC99;
}
.AnyTagClassName
{
color: #DEAC99;
}
</style>
background-color css
<style>
a { background-color: #DEAC99; }
a { background-color: rgb(222,172,153); }
div.DivClassName
{
background-color: #DEAC99;
}
.BgClassName
{
background-color: #DEAC99;
}
</style>
border-color css
<style>
span { border-color: #DEAC99; }
span { border-color: rgb(222,172,153); }
td.TdClassName
{
border-color: #DEAC99;
}
.TagClassName
{
border-color: #DEAC99;
}
</style>