Shades of Rose #DEAC98
Tints of Rose #DEAC98
RGB
CMYK
RGB Variations
Color information
#DEAC98 (or 0xDEAC98) is known color: Rose. HEX triplet: DE, AC and 98. RGB value is (222,172,152). Sum of RGB (Red+Green+Blue) = 222+172+152=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 152 (59.77% from 255 or 27.84% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAC98 is #215367. Grayscale: #B8B8B8. Windows color (decimal): -2184040 or 10005726. OLE color: 10005726.
HSL color Cylindrical-coordinate representation of color #DEAC98: hue angle of 17.14º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEAC98 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 152 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.13 |
| HSL | 17.14º | 0.51% | 0.73% | - |
| HSV(B) | 17.14º | 0.32% | 0.87% | - |
| XYZ | 50.54 | 47.3 | 36.17 | - |
| YUV | 184.67 | 109.57 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 152 | 0 | 0.23 | 0.32 | 0.13 | 17.14 | 0.51 | 0.73 |
| Hex | DE | AC | 98 | 0 | 17 | 20 | D | 11 | 33 | 49 |
| Octal | 336 | 254 | 230 | 0 | 27 | 40 | 15 | 21 | 63 | 111 |
| Binary | 11011110 | 10101100 | 10011000 | 0 | 10111 | 100000 | 1101 | 10001 | 110011 | 1001001 |
Color Harmonies of #DEAC98
Complementary color
Monochromatic Colors of #DEAC98
Black with #DEAC98
Text Example
Text Example
White with #DEAC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC98; }
p { color: rgb(222,172,152); }
H1.HeaderClassName
{
color: #DEAC98;
}
.AnyTagClassName
{
color: #DEAC98;
}
</style>
background-color css
<style>
a { background-color: #DEAC98; }
a { background-color: rgb(222,172,152); }
div.DivClassName
{
background-color: #DEAC98;
}
.BgClassName
{
background-color: #DEAC98;
}
</style>
border-color css
<style>
span { border-color: #DEAC98; }
span { border-color: rgb(222,172,152); }
td.TdClassName
{
border-color: #DEAC98;
}
.TagClassName
{
border-color: #DEAC98;
}
</style>