Shades of Rose #DEA79D
Tints of Rose #DEA79D
RGB
CMYK
RGB Variations
Color information
#DEA79D (or 0xDEA79D) is known color: Rose. HEX triplet: DE, A7 and 9D. RGB value is (222,167,157). Sum of RGB (Red+Green+Blue) = 222+167+157=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 157 (61.72% from 255 or 28.75% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA79D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA79D is #215862. Grayscale: #B6B6B6. Windows color (decimal): -2185315 or 10332126. OLE color: 10332126.
HSL color Cylindrical-coordinate representation of color #DEA79D: hue angle of 9.23º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEA79D is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 167 | 157 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.13 |
| HSL | 9.23º | 0.5% | 0.74% | - |
| HSV(B) | 9.23º | 0.29% | 0.87% | - |
| XYZ | 50.03 | 45.6 | 38.06 | - |
| YUV | 182.31 | 113.72 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 167 | 157 | 0 | 0.25 | 0.29 | 0.13 | 9.23 | 0.5 | 0.74 |
| Hex | DE | A7 | 9D | 0 | 19 | 1D | D | 9 | 32 | 4A |
| Octal | 336 | 247 | 235 | 0 | 31 | 35 | 15 | 11 | 62 | 112 |
| Binary | 11011110 | 10100111 | 10011101 | 0 | 11001 | 11101 | 1101 | 1001 | 110010 | 1001010 |
Color Harmonies of #DEA79D
Complementary color
Monochromatic Colors of #DEA79D
Black with #DEA79D
Text Example
Text Example
White with #DEA79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA79D; }
p { color: rgb(222,167,157); }
H1.HeaderClassName
{
color: #DEA79D;
}
.AnyTagClassName
{
color: #DEA79D;
}
</style>
background-color css
<style>
a { background-color: #DEA79D; }
a { background-color: rgb(222,167,157); }
div.DivClassName
{
background-color: #DEA79D;
}
.BgClassName
{
background-color: #DEA79D;
}
</style>
border-color css
<style>
span { border-color: #DEA79D; }
span { border-color: rgb(222,167,157); }
td.TdClassName
{
border-color: #DEA79D;
}
.TagClassName
{
border-color: #DEA79D;
}
</style>