Shades of Tonys Pink #DEA28C
Tints of Tonys Pink #DEA28C
RGB
CMYK
RGB Variations
Color information
#DEA28C (or 0xDEA28C) is known color: Tonys Pink. HEX triplet: DE, A2 and 8C. RGB value is (222,162,140). Sum of RGB (Red+Green+Blue) = 222+162+140=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 162 (63.67% from 255 or 30.92% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA28C is #215D73. Grayscale: #B1B1B1. Windows color (decimal): -2186612 or 9216734. OLE color: 9216734.
HSL color Cylindrical-coordinate representation of color #DEA28C: hue angle of 16.1º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DEA28C is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 162 | 140 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.13 |
| HSL | 16.1º | 0.55% | 0.71% | - |
| HSV(B) | 16.1º | 0.37% | 0.87% | - |
| XYZ | 47.78 | 43.26 | 30.64 | - |
| YUV | 177.43 | 106.88 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 162 | 140 | 0 | 0.27 | 0.37 | 0.13 | 16.1 | 0.55 | 0.71 |
| Hex | DE | A2 | 8C | 0 | 1B | 25 | D | 10 | 37 | 47 |
| Octal | 336 | 242 | 214 | 0 | 33 | 45 | 15 | 20 | 67 | 107 |
| Binary | 11011110 | 10100010 | 10001100 | 0 | 11011 | 100101 | 1101 | 10000 | 110111 | 1000111 |
Color Harmonies of #DEA28C
Complementary color
Monochromatic Colors of #DEA28C
Black with #DEA28C
Text Example
Text Example
White with #DEA28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA28C; }
p { color: rgb(222,162,140); }
H1.HeaderClassName
{
color: #DEA28C;
}
.AnyTagClassName
{
color: #DEA28C;
}
</style>
background-color css
<style>
a { background-color: #DEA28C; }
a { background-color: rgb(222,162,140); }
div.DivClassName
{
background-color: #DEA28C;
}
.BgClassName
{
background-color: #DEA28C;
}
</style>
border-color css
<style>
span { border-color: #DEA28C; }
span { border-color: rgb(222,162,140); }
td.TdClassName
{
border-color: #DEA28C;
}
.TagClassName
{
border-color: #DEA28C;
}
</style>