Shades of Rose #DEA79A
Tints of Rose #DEA79A
RGB
CMYK
RGB Variations
Color information
#DEA79A (or 0xDEA79A) is known color: Rose. HEX triplet: DE, A7 and 9A. RGB value is (222,167,154). Sum of RGB (Red+Green+Blue) = 222+167+154=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 167 (65.62% from 255 or 30.76% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA79A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA79A is #215865. Grayscale: #B6B6B6. Windows color (decimal): -2185318 or 10135518. OLE color: 10135518.
HSL color Cylindrical-coordinate representation of color #DEA79A: hue angle of 11.47º 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 #DEA79A is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 167 | 154 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.13 |
| HSL | 11.47º | 0.51% | 0.74% | - |
| HSV(B) | 11.47º | 0.31% | 0.87% | - |
| XYZ | 49.78 | 45.5 | 36.73 | - |
| YUV | 181.96 | 112.22 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 167 | 154 | 0 | 0.25 | 0.31 | 0.13 | 11.47 | 0.51 | 0.74 |
| Hex | DE | A7 | 9A | 0 | 19 | 1F | D | B | 33 | 4A |
| Octal | 336 | 247 | 232 | 0 | 31 | 37 | 15 | 13 | 63 | 112 |
| Binary | 11011110 | 10100111 | 10011010 | 0 | 11001 | 11111 | 1101 | 1011 | 110011 | 1001010 |
Color Harmonies of #DEA79A
Complementary color
Monochromatic Colors of #DEA79A
Black with #DEA79A
Text Example
Text Example
White with #DEA79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA79A; }
p { color: rgb(222,167,154); }
H1.HeaderClassName
{
color: #DEA79A;
}
.AnyTagClassName
{
color: #DEA79A;
}
</style>
background-color css
<style>
a { background-color: #DEA79A; }
a { background-color: rgb(222,167,154); }
div.DivClassName
{
background-color: #DEA79A;
}
.BgClassName
{
background-color: #DEA79A;
}
</style>
border-color css
<style>
span { border-color: #DEA79A; }
span { border-color: rgb(222,167,154); }
td.TdClassName
{
border-color: #DEA79A;
}
.TagClassName
{
border-color: #DEA79A;
}
</style>