Shades of Tonys Pink #DEA68F
Tints of Tonys Pink #DEA68F
RGB
CMYK
RGB Variations
Color information
#DEA68F (or 0xDEA68F) is known color: Tonys Pink. HEX triplet: DE, A6 and 8F. RGB value is (222,166,143). Sum of RGB (Red+Green+Blue) = 222+166+143=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 166 (65.23% from 255 or 31.26% from 531); Blue value is 143 (56.25% from 255 or 26.93% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA68F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA68F is #215970. Grayscale: #B4B4B4. Windows color (decimal): -2185585 or 9414366. OLE color: 9414366.
HSL color Cylindrical-coordinate representation of color #DEA68F: hue angle of 17.47º 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 #DEA68F is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 166 | 143 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.13 |
| HSL | 17.47º | 0.54% | 0.72% | - |
| HSV(B) | 17.47º | 0.36% | 0.87% | - |
| XYZ | 48.72 | 44.79 | 32.06 | - |
| YUV | 180.12 | 107.05 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 166 | 143 | 0 | 0.25 | 0.36 | 0.13 | 17.47 | 0.54 | 0.72 |
| Hex | DE | A6 | 8F | 0 | 19 | 24 | D | 11 | 36 | 48 |
| Octal | 336 | 246 | 217 | 0 | 31 | 44 | 15 | 21 | 66 | 110 |
| Binary | 11011110 | 10100110 | 10001111 | 0 | 11001 | 100100 | 1101 | 10001 | 110110 | 1001000 |
Color Harmonies of #DEA68F
Complementary color
Monochromatic Colors of #DEA68F
Black with #DEA68F
Text Example
Text Example
White with #DEA68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA68F; }
p { color: rgb(222,166,143); }
H1.HeaderClassName
{
color: #DEA68F;
}
.AnyTagClassName
{
color: #DEA68F;
}
</style>
background-color css
<style>
a { background-color: #DEA68F; }
a { background-color: rgb(222,166,143); }
div.DivClassName
{
background-color: #DEA68F;
}
.BgClassName
{
background-color: #DEA68F;
}
</style>
border-color css
<style>
span { border-color: #DEA68F; }
span { border-color: rgb(222,166,143); }
td.TdClassName
{
border-color: #DEA68F;
}
.TagClassName
{
border-color: #DEA68F;
}
</style>