Shades of Tonys Pink #DC9A89
Tints of Tonys Pink #DC9A89
RGB
CMYK
RGB Variations
Color information
#DC9A89 (or 0xDC9A89) is known color: Tonys Pink. HEX triplet: DC, 9A and 89. RGB value is (220,154,137). Sum of RGB (Red+Green+Blue) = 220+154+137=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 137 (53.91% from 255 or 26.81% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9A89 is #236576. Grayscale: #ABABAB. Windows color (decimal): -2319735 or 9018076. OLE color: 9018076.
HSL color Cylindrical-coordinate representation of color #DC9A89: hue angle of 12.29º 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 #DC9A89 is Cyan = 0, Magento = 0.3, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 137 | - |
| CMYK | 0 | 0.3 | 0.38 | 0.14 |
| HSL | 12.29º | 0.54% | 0.7% | - |
| HSV(B) | 12.29º | 0.38% | 0.86% | - |
| XYZ | 45.59 | 40.13 | 29.01 | - |
| YUV | 171.8 | 108.37 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 137 | 0 | 0.3 | 0.38 | 0.14 | 12.29 | 0.54 | 0.7 |
| Hex | DC | 9A | 89 | 0 | 1E | 26 | E | C | 36 | 46 |
| Octal | 334 | 232 | 211 | 0 | 36 | 46 | 16 | 14 | 66 | 106 |
| Binary | 11011100 | 10011010 | 10001001 | 0 | 11110 | 100110 | 1110 | 1100 | 110110 | 1000110 |
Color Harmonies of #DC9A89
Complementary color
Monochromatic Colors of #DC9A89
Black with #DC9A89
Text Example
Text Example
White with #DC9A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A89; }
p { color: rgb(220,154,137); }
H1.HeaderClassName
{
color: #DC9A89;
}
.AnyTagClassName
{
color: #DC9A89;
}
</style>
background-color css
<style>
a { background-color: #DC9A89; }
a { background-color: rgb(220,154,137); }
div.DivClassName
{
background-color: #DC9A89;
}
.BgClassName
{
background-color: #DC9A89;
}
</style>
border-color css
<style>
span { border-color: #DC9A89; }
span { border-color: rgb(220,154,137); }
td.TdClassName
{
border-color: #DC9A89;
}
.TagClassName
{
border-color: #DC9A89;
}
</style>