Shades of Tonys Pink #DC9A84
Tints of Tonys Pink #DC9A84
RGB
CMYK
RGB Variations
Color information
#DC9A84 (or 0xDC9A84) is known color: Tonys Pink. HEX triplet: DC, 9A and 84. RGB value is (220,154,132). Sum of RGB (Red+Green+Blue) = 220+154+132=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9A84 is #23657B. Grayscale: #ABABAB. Windows color (decimal): -2319740 or 8690396. OLE color: 8690396.
HSL color Cylindrical-coordinate representation of color #DC9A84: hue angle of 15º degrees, saturation: 0.56, 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 #DC9A84 is Cyan = 0, Magento = 0.3, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 132 | - |
| CMYK | 0 | 0.3 | 0.40 | 0.14 |
| HSL | 15º | 0.56% | 0.69% | - |
| HSV(B) | 15º | 0.4% | 0.86% | - |
| XYZ | 45.24 | 39.99 | 27.17 | - |
| YUV | 171.23 | 105.87 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 132 | 0 | 0.3 | 0.40 | 0.14 | 15 | 0.56 | 0.69 |
| Hex | DC | 9A | 84 | 0 | 1E | 28 | E | F | 38 | 45 |
| Octal | 334 | 232 | 204 | 0 | 36 | 50 | 16 | 17 | 70 | 105 |
| Binary | 11011100 | 10011010 | 10000100 | 0 | 11110 | 101000 | 1110 | 1111 | 111000 | 1000101 |
Color Harmonies of #DC9A84
Complementary color
Monochromatic Colors of #DC9A84
Black with #DC9A84
Text Example
Text Example
White with #DC9A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A84; }
p { color: rgb(220,154,132); }
H1.HeaderClassName
{
color: #DC9A84;
}
.AnyTagClassName
{
color: #DC9A84;
}
</style>
background-color css
<style>
a { background-color: #DC9A84; }
a { background-color: rgb(220,154,132); }
div.DivClassName
{
background-color: #DC9A84;
}
.BgClassName
{
background-color: #DC9A84;
}
</style>
border-color css
<style>
span { border-color: #DC9A84; }
span { border-color: rgb(220,154,132); }
td.TdClassName
{
border-color: #DC9A84;
}
.TagClassName
{
border-color: #DC9A84;
}
</style>