Shades of Tonys Pink #DB9D86
Tints of Tonys Pink #DB9D86
RGB
CMYK
RGB Variations
Color information
#DB9D86 (or 0xDB9D86) is known color: Tonys Pink. HEX triplet: DB, 9D and 86. RGB value is (219,157,134). Sum of RGB (Red+Green+Blue) = 219+157+134=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9D86 is #246279. Grayscale: #ADADAD. Windows color (decimal): -2384506 or 8822235. OLE color: 8822235.
HSL color Cylindrical-coordinate representation of color #DB9D86: hue angle of 16.24º degrees, saturation: 0.54, 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 #DB9D86 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 134 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.14 |
| HSL | 16.24º | 0.54% | 0.69% | - |
| HSV(B) | 16.24º | 0.39% | 0.86% | - |
| XYZ | 45.57 | 40.9 | 28.05 | - |
| YUV | 172.92 | 106.04 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 134 | 0 | 0.28 | 0.39 | 0.14 | 16.24 | 0.54 | 0.69 |
| Hex | DB | 9D | 86 | 0 | 1C | 27 | E | 10 | 36 | 45 |
| Octal | 333 | 235 | 206 | 0 | 34 | 47 | 16 | 20 | 66 | 105 |
| Binary | 11011011 | 10011101 | 10000110 | 0 | 11100 | 100111 | 1110 | 10000 | 110110 | 1000101 |
Color Harmonies of #DB9D86
Complementary color
Monochromatic Colors of #DB9D86
Black with #DB9D86
Text Example
Text Example
White with #DB9D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9D86; }
p { color: rgb(219,157,134); }
H1.HeaderClassName
{
color: #DB9D86;
}
.AnyTagClassName
{
color: #DB9D86;
}
</style>
background-color css
<style>
a { background-color: #DB9D86; }
a { background-color: rgb(219,157,134); }
div.DivClassName
{
background-color: #DB9D86;
}
.BgClassName
{
background-color: #DB9D86;
}
</style>
border-color css
<style>
span { border-color: #DB9D86; }
span { border-color: rgb(219,157,134); }
td.TdClassName
{
border-color: #DB9D86;
}
.TagClassName
{
border-color: #DB9D86;
}
</style>