Shades of Tonys Pink #DC9B89
Tints of Tonys Pink #DC9B89
RGB
CMYK
RGB Variations
Color information
#DC9B89 (or 0xDC9B89) is known color: Tonys Pink. HEX triplet: DC, 9B and 89. RGB value is (220,155,137). Sum of RGB (Red+Green+Blue) = 220+155+137=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9B89 is #236476. Grayscale: #ACACAC. Windows color (decimal): -2319479 or 9018332. OLE color: 9018332.
HSL color Cylindrical-coordinate representation of color #DC9B89: hue angle of 13.01º 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 #DC9B89 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 137 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.14 |
| HSL | 13.01º | 0.54% | 0.7% | - |
| HSV(B) | 13.01º | 0.38% | 0.86% | - |
| XYZ | 45.75 | 40.46 | 29.07 | - |
| YUV | 172.38 | 108.03 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 137 | 0 | 0.30 | 0.38 | 0.14 | 13.01 | 0.54 | 0.7 |
| Hex | DC | 9B | 89 | 0 | 1E | 26 | E | D | 36 | 46 |
| Octal | 334 | 233 | 211 | 0 | 36 | 46 | 16 | 15 | 66 | 106 |
| Binary | 11011100 | 10011011 | 10001001 | 0 | 11110 | 100110 | 1110 | 1101 | 110110 | 1000110 |
Color Harmonies of #DC9B89
Complementary color
Monochromatic Colors of #DC9B89
Black with #DC9B89
Text Example
Text Example
White with #DC9B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9B89; }
p { color: rgb(220,155,137); }
H1.HeaderClassName
{
color: #DC9B89;
}
.AnyTagClassName
{
color: #DC9B89;
}
</style>
background-color css
<style>
a { background-color: #DC9B89; }
a { background-color: rgb(220,155,137); }
div.DivClassName
{
background-color: #DC9B89;
}
.BgClassName
{
background-color: #DC9B89;
}
</style>
border-color css
<style>
span { border-color: #DC9B89; }
span { border-color: rgb(220,155,137); }
td.TdClassName
{
border-color: #DC9B89;
}
.TagClassName
{
border-color: #DC9B89;
}
</style>