Shades of Rose #DEAA95
Tints of Rose #DEAA95
RGB
CMYK
RGB Variations
Color information
#DEAA95 (or 0xDEAA95) is known color: Rose. HEX triplet: DE, AA and 95. RGB value is (222,170,149). Sum of RGB (Red+Green+Blue) = 222+170+149=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAA95 is #21556A. Grayscale: #B7B7B7. Windows color (decimal): -2184555 or 9808606. OLE color: 9808606.
HSL color Cylindrical-coordinate representation of color #DEAA95: hue angle of 17.26º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEAA95 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 149 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.13 |
| HSL | 17.26º | 0.53% | 0.73% | - |
| HSV(B) | 17.26º | 0.33% | 0.87% | - |
| XYZ | 49.92 | 46.45 | 34.77 | - |
| YUV | 183.15 | 108.73 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 149 | 0 | 0.23 | 0.33 | 0.13 | 17.26 | 0.53 | 0.73 |
| Hex | DE | AA | 95 | 0 | 17 | 21 | D | 11 | 35 | 49 |
| Octal | 336 | 252 | 225 | 0 | 27 | 41 | 15 | 21 | 65 | 111 |
| Binary | 11011110 | 10101010 | 10010101 | 0 | 10111 | 100001 | 1101 | 10001 | 110101 | 1001001 |
Color Harmonies of #DEAA95
Complementary color
Monochromatic Colors of #DEAA95
Black with #DEAA95
Text Example
Text Example
White with #DEAA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAA95; }
p { color: rgb(222,170,149); }
H1.HeaderClassName
{
color: #DEAA95;
}
.AnyTagClassName
{
color: #DEAA95;
}
</style>
background-color css
<style>
a { background-color: #DEAA95; }
a { background-color: rgb(222,170,149); }
div.DivClassName
{
background-color: #DEAA95;
}
.BgClassName
{
background-color: #DEAA95;
}
</style>
border-color css
<style>
span { border-color: #DEAA95; }
span { border-color: rgb(222,170,149); }
td.TdClassName
{
border-color: #DEAA95;
}
.TagClassName
{
border-color: #DEAA95;
}
</style>