Shades of Tonys Pink #DC9A85
Tints of Tonys Pink #DC9A85
RGB
CMYK
RGB Variations
Color information
#DC9A85 (or 0xDC9A85) is known color: Tonys Pink. HEX triplet: DC, 9A and 85. RGB value is (220,154,133). Sum of RGB (Red+Green+Blue) = 220+154+133=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9A85 is #23657A. Grayscale: #ABABAB. Windows color (decimal): -2319739 or 8755932. OLE color: 8755932.
HSL color Cylindrical-coordinate representation of color #DC9A85: hue angle of 14.48º 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 #DC9A85 is Cyan = 0, Magento = 0.3, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 133 | - |
| CMYK | 0 | 0.3 | 0.40 | 0.14 |
| HSL | 14.48º | 0.55% | 0.69% | - |
| HSV(B) | 14.48º | 0.4% | 0.86% | - |
| XYZ | 45.3 | 40.02 | 27.53 | - |
| YUV | 171.34 | 106.37 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 133 | 0 | 0.3 | 0.40 | 0.14 | 14.48 | 0.55 | 0.69 |
| Hex | DC | 9A | 85 | 0 | 1E | 28 | E | E | 37 | 45 |
| Octal | 334 | 232 | 205 | 0 | 36 | 50 | 16 | 16 | 67 | 105 |
| Binary | 11011100 | 10011010 | 10000101 | 0 | 11110 | 101000 | 1110 | 1110 | 110111 | 1000101 |
Color Harmonies of #DC9A85
Complementary color
Monochromatic Colors of #DC9A85
Black with #DC9A85
Text Example
Text Example
White with #DC9A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A85; }
p { color: rgb(220,154,133); }
H1.HeaderClassName
{
color: #DC9A85;
}
.AnyTagClassName
{
color: #DC9A85;
}
</style>
background-color css
<style>
a { background-color: #DC9A85; }
a { background-color: rgb(220,154,133); }
div.DivClassName
{
background-color: #DC9A85;
}
.BgClassName
{
background-color: #DC9A85;
}
</style>
border-color css
<style>
span { border-color: #DC9A85; }
span { border-color: rgb(220,154,133); }
td.TdClassName
{
border-color: #DC9A85;
}
.TagClassName
{
border-color: #DC9A85;
}
</style>