Shades of Rose #DEA49D
Tints of Rose #DEA49D
RGB
CMYK
RGB Variations
Color information
#DEA49D (or 0xDEA49D) is known color: Rose. HEX triplet: DE, A4 and 9D. RGB value is (222,164,157). Sum of RGB (Red+Green+Blue) = 222+164+157=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 157 (61.72% from 255 or 28.91% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA49D is #215B62. Grayscale: #B4B4B4. Windows color (decimal): -2186083 or 10331358. OLE color: 10331358.
HSL color Cylindrical-coordinate representation of color #DEA49D: hue angle of 6.46º 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 #DEA49D is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 164 | 157 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.13 |
| HSL | 6.46º | 0.5% | 0.74% | - |
| HSV(B) | 6.46º | 0.29% | 0.87% | - |
| XYZ | 49.49 | 44.51 | 37.88 | - |
| YUV | 180.54 | 114.72 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 164 | 157 | 0 | 0.26 | 0.29 | 0.13 | 6.46 | 0.5 | 0.74 |
| Hex | DE | A4 | 9D | 0 | 1A | 1D | D | 6 | 32 | 4A |
| Octal | 336 | 244 | 235 | 0 | 32 | 35 | 15 | 6 | 62 | 112 |
| Binary | 11011110 | 10100100 | 10011101 | 0 | 11010 | 11101 | 1101 | 110 | 110010 | 1001010 |
Color Harmonies of #DEA49D
Complementary color
Monochromatic Colors of #DEA49D
Black with #DEA49D
Text Example
Text Example
White with #DEA49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA49D; }
p { color: rgb(222,164,157); }
H1.HeaderClassName
{
color: #DEA49D;
}
.AnyTagClassName
{
color: #DEA49D;
}
</style>
background-color css
<style>
a { background-color: #DEA49D; }
a { background-color: rgb(222,164,157); }
div.DivClassName
{
background-color: #DEA49D;
}
.BgClassName
{
background-color: #DEA49D;
}
</style>
border-color css
<style>
span { border-color: #DEA49D; }
span { border-color: rgb(222,164,157); }
td.TdClassName
{
border-color: #DEA49D;
}
.TagClassName
{
border-color: #DEA49D;
}
</style>