Shades of Tonys Pink #DEA18E
Tints of Tonys Pink #DEA18E
RGB
CMYK
RGB Variations
Color information
#DEA18E (or 0xDEA18E) is known color: Tonys Pink. HEX triplet: DE, A1 and 8E. RGB value is (222,161,142). Sum of RGB (Red+Green+Blue) = 222+161+142=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 161 (63.28% from 255 or 30.67% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA18E is #215E71. Grayscale: #B1B1B1. Windows color (decimal): -2186866 or 9347550. OLE color: 9347550.
HSL color Cylindrical-coordinate representation of color #DEA18E: hue angle of 14.25º 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 #DEA18E is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 161 | 142 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.13 |
| HSL | 14.25º | 0.55% | 0.71% | - |
| HSV(B) | 14.25º | 0.36% | 0.87% | - |
| XYZ | 47.75 | 42.97 | 31.37 | - |
| YUV | 177.07 | 108.21 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 161 | 142 | 0 | 0.27 | 0.36 | 0.13 | 14.25 | 0.55 | 0.71 |
| Hex | DE | A1 | 8E | 0 | 1B | 24 | D | E | 37 | 47 |
| Octal | 336 | 241 | 216 | 0 | 33 | 44 | 15 | 16 | 67 | 107 |
| Binary | 11011110 | 10100001 | 10001110 | 0 | 11011 | 100100 | 1101 | 1110 | 110111 | 1000111 |
Color Harmonies of #DEA18E
Complementary color
Monochromatic Colors of #DEA18E
Black with #DEA18E
Text Example
Text Example
White with #DEA18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA18E; }
p { color: rgb(222,161,142); }
H1.HeaderClassName
{
color: #DEA18E;
}
.AnyTagClassName
{
color: #DEA18E;
}
</style>
background-color css
<style>
a { background-color: #DEA18E; }
a { background-color: rgb(222,161,142); }
div.DivClassName
{
background-color: #DEA18E;
}
.BgClassName
{
background-color: #DEA18E;
}
</style>
border-color css
<style>
span { border-color: #DEA18E; }
span { border-color: rgb(222,161,142); }
td.TdClassName
{
border-color: #DEA18E;
}
.TagClassName
{
border-color: #DEA18E;
}
</style>