Shades of Tonys Pink #DC9785
Tints of Tonys Pink #DC9785
RGB
CMYK
RGB Variations
Color information
#DC9785 (or 0xDC9785) is known color: Tonys Pink. HEX triplet: DC, 97 and 85. RGB value is (220,151,133). Sum of RGB (Red+Green+Blue) = 220+151+133=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9785 is #23687A. Grayscale: #A9A9A9. Windows color (decimal): -2320507 or 8755164. OLE color: 8755164.
HSL color Cylindrical-coordinate representation of color #DC9785: hue angle of 12.41º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC9785 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 133 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.14 |
| HSL | 12.41º | 0.55% | 0.69% | - |
| HSV(B) | 12.41º | 0.4% | 0.86% | - |
| XYZ | 44.82 | 39.04 | 27.36 | - |
| YUV | 169.58 | 107.36 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 133 | 0 | 0.31 | 0.40 | 0.14 | 12.41 | 0.55 | 0.69 |
| Hex | DC | 97 | 85 | 0 | 1F | 28 | E | C | 37 | 45 |
| Octal | 334 | 227 | 205 | 0 | 37 | 50 | 16 | 14 | 67 | 105 |
| Binary | 11011100 | 10010111 | 10000101 | 0 | 11111 | 101000 | 1110 | 1100 | 110111 | 1000101 |
Color Harmonies of #DC9785
Complementary color
Monochromatic Colors of #DC9785
Black with #DC9785
Text Example
Text Example
White with #DC9785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9785; }
p { color: rgb(220,151,133); }
H1.HeaderClassName
{
color: #DC9785;
}
.AnyTagClassName
{
color: #DC9785;
}
</style>
background-color css
<style>
a { background-color: #DC9785; }
a { background-color: rgb(220,151,133); }
div.DivClassName
{
background-color: #DC9785;
}
.BgClassName
{
background-color: #DC9785;
}
</style>
border-color css
<style>
span { border-color: #DC9785; }
span { border-color: rgb(220,151,133); }
td.TdClassName
{
border-color: #DC9785;
}
.TagClassName
{
border-color: #DC9785;
}
</style>