Shades of Tonys Pink #DC9E8A
Tints of Tonys Pink #DC9E8A
RGB
CMYK
RGB Variations
Color information
#DC9E8A (or 0xDC9E8A) is known color: Tonys Pink. HEX triplet: DC, 9E and 8A. RGB value is (220,158,138). Sum of RGB (Red+Green+Blue) = 220+158+138=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9E8A is #236175. Grayscale: #AEAEAE. Windows color (decimal): -2318710 or 9084636. OLE color: 9084636.
HSL color Cylindrical-coordinate representation of color #DC9E8A: hue angle of 14.63º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC9E8A is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 158 | 138 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.14 |
| HSL | 14.63º | 0.54% | 0.7% | - |
| HSV(B) | 14.63º | 0.37% | 0.86% | - |
| XYZ | 46.33 | 41.5 | 29.61 | - |
| YUV | 174.26 | 107.54 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 138 | 0 | 0.28 | 0.37 | 0.14 | 14.63 | 0.54 | 0.7 |
| Hex | DC | 9E | 8A | 0 | 1C | 25 | E | F | 36 | 46 |
| Octal | 334 | 236 | 212 | 0 | 34 | 45 | 16 | 17 | 66 | 106 |
| Binary | 11011100 | 10011110 | 10001010 | 0 | 11100 | 100101 | 1110 | 1111 | 110110 | 1000110 |
Color Harmonies of #DC9E8A
Complementary color
Monochromatic Colors of #DC9E8A
Black with #DC9E8A
Text Example
Text Example
White with #DC9E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9E8A; }
p { color: rgb(220,158,138); }
H1.HeaderClassName
{
color: #DC9E8A;
}
.AnyTagClassName
{
color: #DC9E8A;
}
</style>
background-color css
<style>
a { background-color: #DC9E8A; }
a { background-color: rgb(220,158,138); }
div.DivClassName
{
background-color: #DC9E8A;
}
.BgClassName
{
background-color: #DC9E8A;
}
</style>
border-color css
<style>
span { border-color: #DC9E8A; }
span { border-color: rgb(220,158,138); }
td.TdClassName
{
border-color: #DC9E8A;
}
.TagClassName
{
border-color: #DC9E8A;
}
</style>