Shades of Tonys Pink #DC9C89
Tints of Tonys Pink #DC9C89
RGB
CMYK
RGB Variations
Color information
#DC9C89 (or 0xDC9C89) is known color: Tonys Pink. HEX triplet: DC, 9C and 89. RGB value is (220,156,137). Sum of RGB (Red+Green+Blue) = 220+156+137=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9C89 is #236376. Grayscale: #ADADAD. Windows color (decimal): -2319223 or 9018588. OLE color: 9018588.
HSL color Cylindrical-coordinate representation of color #DC9C89: hue angle of 13.73º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC9C89 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 137 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.14 |
| HSL | 13.73º | 0.54% | 0.7% | - |
| HSV(B) | 13.73º | 0.38% | 0.86% | - |
| XYZ | 45.92 | 40.8 | 29.12 | - |
| YUV | 172.97 | 107.7 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 137 | 0 | 0.29 | 0.38 | 0.14 | 13.73 | 0.54 | 0.7 |
| Hex | DC | 9C | 89 | 0 | 1D | 26 | E | E | 36 | 46 |
| Octal | 334 | 234 | 211 | 0 | 35 | 46 | 16 | 16 | 66 | 106 |
| Binary | 11011100 | 10011100 | 10001001 | 0 | 11101 | 100110 | 1110 | 1110 | 110110 | 1000110 |
Color Harmonies of #DC9C89
Complementary color
Monochromatic Colors of #DC9C89
Black with #DC9C89
Text Example
Text Example
White with #DC9C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C89; }
p { color: rgb(220,156,137); }
H1.HeaderClassName
{
color: #DC9C89;
}
.AnyTagClassName
{
color: #DC9C89;
}
</style>
background-color css
<style>
a { background-color: #DC9C89; }
a { background-color: rgb(220,156,137); }
div.DivClassName
{
background-color: #DC9C89;
}
.BgClassName
{
background-color: #DC9C89;
}
</style>
border-color css
<style>
span { border-color: #DC9C89; }
span { border-color: rgb(220,156,137); }
td.TdClassName
{
border-color: #DC9C89;
}
.TagClassName
{
border-color: #DC9C89;
}
</style>