Shades of Tonys Pink #DEA28F
Tints of Tonys Pink #DEA28F
RGB
CMYK
RGB Variations
Color information
#DEA28F (or 0xDEA28F) is known color: Tonys Pink. HEX triplet: DE, A2 and 8F. RGB value is (222,162,143). Sum of RGB (Red+Green+Blue) = 222+162+143=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA28F is #215D70. Grayscale: #B1B1B1. Windows color (decimal): -2186609 or 9413342. OLE color: 9413342.
HSL color Cylindrical-coordinate representation of color #DEA28F: hue angle of 14.43º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEA28F is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 162 | 143 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.13 |
| HSL | 14.43º | 0.54% | 0.72% | - |
| HSV(B) | 14.43º | 0.36% | 0.87% | - |
| XYZ | 48 | 43.35 | 31.82 | - |
| YUV | 177.77 | 108.38 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 162 | 143 | 0 | 0.27 | 0.36 | 0.13 | 14.43 | 0.54 | 0.72 |
| Hex | DE | A2 | 8F | 0 | 1B | 24 | D | E | 36 | 48 |
| Octal | 336 | 242 | 217 | 0 | 33 | 44 | 15 | 16 | 66 | 110 |
| Binary | 11011110 | 10100010 | 10001111 | 0 | 11011 | 100100 | 1101 | 1110 | 110110 | 1001000 |
Color Harmonies of #DEA28F
Complementary color
Monochromatic Colors of #DEA28F
Black with #DEA28F
Text Example
Text Example
White with #DEA28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA28F; }
p { color: rgb(222,162,143); }
H1.HeaderClassName
{
color: #DEA28F;
}
.AnyTagClassName
{
color: #DEA28F;
}
</style>
background-color css
<style>
a { background-color: #DEA28F; }
a { background-color: rgb(222,162,143); }
div.DivClassName
{
background-color: #DEA28F;
}
.BgClassName
{
background-color: #DEA28F;
}
</style>
border-color css
<style>
span { border-color: #DEA28F; }
span { border-color: rgb(222,162,143); }
td.TdClassName
{
border-color: #DEA28F;
}
.TagClassName
{
border-color: #DEA28F;
}
</style>