Shades of Tonys Pink #DEA28E
Tints of Tonys Pink #DEA28E
RGB
CMYK
RGB Variations
Color information
#DEA28E (or 0xDEA28E) is known color: Tonys Pink. HEX triplet: DE, A2 and 8E. RGB value is (222,162,142). Sum of RGB (Red+Green+Blue) = 222+162+142=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA28E is #215D71. Grayscale: #B1B1B1. Windows color (decimal): -2186610 or 9347806. OLE color: 9347806.
HSL color Cylindrical-coordinate representation of color #DEA28E: hue angle of 15º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEA28E is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 162 | 142 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.13 |
| HSL | 15º | 0.55% | 0.71% | - |
| HSV(B) | 15º | 0.36% | 0.87% | - |
| XYZ | 47.93 | 43.32 | 31.43 | - |
| YUV | 177.66 | 107.88 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 162 | 142 | 0 | 0.27 | 0.36 | 0.13 | 15 | 0.55 | 0.71 |
| Hex | DE | A2 | 8E | 0 | 1B | 24 | D | F | 37 | 47 |
| Octal | 336 | 242 | 216 | 0 | 33 | 44 | 15 | 17 | 67 | 107 |
| Binary | 11011110 | 10100010 | 10001110 | 0 | 11011 | 100100 | 1101 | 1111 | 110111 | 1000111 |
Color Harmonies of #DEA28E
Complementary color
Monochromatic Colors of #DEA28E
Black with #DEA28E
Text Example
Text Example
White with #DEA28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA28E; }
p { color: rgb(222,162,142); }
H1.HeaderClassName
{
color: #DEA28E;
}
.AnyTagClassName
{
color: #DEA28E;
}
</style>
background-color css
<style>
a { background-color: #DEA28E; }
a { background-color: rgb(222,162,142); }
div.DivClassName
{
background-color: #DEA28E;
}
.BgClassName
{
background-color: #DEA28E;
}
</style>
border-color css
<style>
span { border-color: #DEA28E; }
span { border-color: rgb(222,162,142); }
td.TdClassName
{
border-color: #DEA28E;
}
.TagClassName
{
border-color: #DEA28E;
}
</style>