Shades of Tonys Pink #DC9A82
Tints of Tonys Pink #DC9A82
RGB
CMYK
RGB Variations
Color information
#DC9A82 (or 0xDC9A82) is known color: Tonys Pink. HEX triplet: DC, 9A and 82. RGB value is (220,154,130). Sum of RGB (Red+Green+Blue) = 220+154+130=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9A82 is #23657D. Grayscale: #ABABAB. Windows color (decimal): -2319742 or 8559324. OLE color: 8559324.
HSL color Cylindrical-coordinate representation of color #DC9A82: hue angle of 16º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC9A82 is Cyan = 0, Magento = 0.3, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 130 | - |
| CMYK | 0 | 0.3 | 0.41 | 0.14 |
| HSL | 16º | 0.56% | 0.69% | - |
| HSV(B) | 16º | 0.41% | 0.86% | - |
| XYZ | 45.1 | 39.94 | 26.45 | - |
| YUV | 171 | 104.87 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 130 | 0 | 0.3 | 0.41 | 0.14 | 16 | 0.56 | 0.69 |
| Hex | DC | 9A | 82 | 0 | 1E | 29 | E | 10 | 38 | 45 |
| Octal | 334 | 232 | 202 | 0 | 36 | 51 | 16 | 20 | 70 | 105 |
| Binary | 11011100 | 10011010 | 10000010 | 0 | 11110 | 101001 | 1110 | 10000 | 111000 | 1000101 |
Color Harmonies of #DC9A82
Complementary color
Monochromatic Colors of #DC9A82
Black with #DC9A82
Text Example
Text Example
White with #DC9A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A82; }
p { color: rgb(220,154,130); }
H1.HeaderClassName
{
color: #DC9A82;
}
.AnyTagClassName
{
color: #DC9A82;
}
</style>
background-color css
<style>
a { background-color: #DC9A82; }
a { background-color: rgb(220,154,130); }
div.DivClassName
{
background-color: #DC9A82;
}
.BgClassName
{
background-color: #DC9A82;
}
</style>
border-color css
<style>
span { border-color: #DC9A82; }
span { border-color: rgb(220,154,130); }
td.TdClassName
{
border-color: #DC9A82;
}
.TagClassName
{
border-color: #DC9A82;
}
</style>