Shades of Tonys Pink #DC9C85
Tints of Tonys Pink #DC9C85
RGB
CMYK
RGB Variations
Color information
#DC9C85 (or 0xDC9C85) is known color: Tonys Pink. HEX triplet: DC, 9C and 85. RGB value is (220,156,133). Sum of RGB (Red+Green+Blue) = 220+156+133=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9C85 is #23637A. Grayscale: #ACACAC. Windows color (decimal): -2319227 or 8756444. OLE color: 8756444.
HSL color Cylindrical-coordinate representation of color #DC9C85: hue angle of 15.86º 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 #DC9C85 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 133 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.14 |
| HSL | 15.86º | 0.55% | 0.69% | - |
| HSV(B) | 15.86º | 0.4% | 0.86% | - |
| XYZ | 45.64 | 40.69 | 27.64 | - |
| YUV | 172.51 | 105.7 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 133 | 0 | 0.29 | 0.40 | 0.14 | 15.86 | 0.55 | 0.69 |
| Hex | DC | 9C | 85 | 0 | 1D | 28 | E | 10 | 37 | 45 |
| Octal | 334 | 234 | 205 | 0 | 35 | 50 | 16 | 20 | 67 | 105 |
| Binary | 11011100 | 10011100 | 10000101 | 0 | 11101 | 101000 | 1110 | 10000 | 110111 | 1000101 |
Color Harmonies of #DC9C85
Complementary color
Monochromatic Colors of #DC9C85
Black with #DC9C85
Text Example
Text Example
White with #DC9C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C85; }
p { color: rgb(220,156,133); }
H1.HeaderClassName
{
color: #DC9C85;
}
.AnyTagClassName
{
color: #DC9C85;
}
</style>
background-color css
<style>
a { background-color: #DC9C85; }
a { background-color: rgb(220,156,133); }
div.DivClassName
{
background-color: #DC9C85;
}
.BgClassName
{
background-color: #DC9C85;
}
</style>
border-color css
<style>
span { border-color: #DC9C85; }
span { border-color: rgb(220,156,133); }
td.TdClassName
{
border-color: #DC9C85;
}
.TagClassName
{
border-color: #DC9C85;
}
</style>