Shades of Tonys Pink #DC9C86
Tints of Tonys Pink #DC9C86
RGB
CMYK
RGB Variations
Color information
#DC9C86 (or 0xDC9C86) is known color: Tonys Pink. HEX triplet: DC, 9C and 86. RGB value is (220,156,134). Sum of RGB (Red+Green+Blue) = 220+156+134=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9C86 is #236379. Grayscale: #ACACAC. Windows color (decimal): -2319226 or 8821980. OLE color: 8821980.
HSL color Cylindrical-coordinate representation of color #DC9C86: hue angle of 15.35º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC9C86 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 134 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.14 |
| HSL | 15.35º | 0.55% | 0.69% | - |
| HSV(B) | 15.35º | 0.39% | 0.86% | - |
| XYZ | 45.71 | 40.71 | 28 | - |
| YUV | 172.63 | 106.2 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 134 | 0 | 0.29 | 0.39 | 0.14 | 15.35 | 0.55 | 0.69 |
| Hex | DC | 9C | 86 | 0 | 1D | 27 | E | F | 37 | 45 |
| Octal | 334 | 234 | 206 | 0 | 35 | 47 | 16 | 17 | 67 | 105 |
| Binary | 11011100 | 10011100 | 10000110 | 0 | 11101 | 100111 | 1110 | 1111 | 110111 | 1000101 |
Color Harmonies of #DC9C86
Complementary color
Monochromatic Colors of #DC9C86
Black with #DC9C86
Text Example
Text Example
White with #DC9C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C86; }
p { color: rgb(220,156,134); }
H1.HeaderClassName
{
color: #DC9C86;
}
.AnyTagClassName
{
color: #DC9C86;
}
</style>
background-color css
<style>
a { background-color: #DC9C86; }
a { background-color: rgb(220,156,134); }
div.DivClassName
{
background-color: #DC9C86;
}
.BgClassName
{
background-color: #DC9C86;
}
</style>
border-color css
<style>
span { border-color: #DC9C86; }
span { border-color: rgb(220,156,134); }
td.TdClassName
{
border-color: #DC9C86;
}
.TagClassName
{
border-color: #DC9C86;
}
</style>