Shades of Tonys Pink #DC9E8B
Tints of Tonys Pink #DC9E8B
RGB
CMYK
RGB Variations
Color information
#DC9E8B (or 0xDC9E8B) is known color: Tonys Pink. HEX triplet: DC, 9E and 8B. RGB value is (220,158,139). Sum of RGB (Red+Green+Blue) = 220+158+139=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9E8B is #236174. Grayscale: #AEAEAE. Windows color (decimal): -2318709 or 9150172. OLE color: 9150172.
HSL color Cylindrical-coordinate representation of color #DC9E8B: hue angle of 14.07º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC9E8B is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 158 | 139 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.14 |
| HSL | 14.07º | 0.54% | 0.7% | - |
| HSV(B) | 14.07º | 0.37% | 0.86% | - |
| XYZ | 46.4 | 41.53 | 30 | - |
| YUV | 174.37 | 108.04 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 139 | 0 | 0.28 | 0.37 | 0.14 | 14.07 | 0.54 | 0.7 |
| Hex | DC | 9E | 8B | 0 | 1C | 25 | E | E | 36 | 46 |
| Octal | 334 | 236 | 213 | 0 | 34 | 45 | 16 | 16 | 66 | 106 |
| Binary | 11011100 | 10011110 | 10001011 | 0 | 11100 | 100101 | 1110 | 1110 | 110110 | 1000110 |
Color Harmonies of #DC9E8B
Complementary color
Monochromatic Colors of #DC9E8B
Black with #DC9E8B
Text Example
Text Example
White with #DC9E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9E8B; }
p { color: rgb(220,158,139); }
H1.HeaderClassName
{
color: #DC9E8B;
}
.AnyTagClassName
{
color: #DC9E8B;
}
</style>
background-color css
<style>
a { background-color: #DC9E8B; }
a { background-color: rgb(220,158,139); }
div.DivClassName
{
background-color: #DC9E8B;
}
.BgClassName
{
background-color: #DC9E8B;
}
</style>
border-color css
<style>
span { border-color: #DC9E8B; }
span { border-color: rgb(220,158,139); }
td.TdClassName
{
border-color: #DC9E8B;
}
.TagClassName
{
border-color: #DC9E8B;
}
</style>