Shades of Tonys Pink #DB9C8A
Tints of Tonys Pink #DB9C8A
RGB
CMYK
RGB Variations
Color information
#DB9C8A (or 0xDB9C8A) is known color: Tonys Pink. HEX triplet: DB, 9C and 8A. RGB value is (219,156,138). Sum of RGB (Red+Green+Blue) = 219+156+138=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9C8A is #246375. Grayscale: #ACACAC. Windows color (decimal): -2384758 or 9084123. OLE color: 9084123.
HSL color Cylindrical-coordinate representation of color #DB9C8A: hue angle of 13.33º degrees, saturation: 0.53, 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 #DB9C8A is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 138 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.14 |
| HSL | 13.33º | 0.53% | 0.7% | - |
| HSV(B) | 13.33º | 0.37% | 0.86% | - |
| XYZ | 45.69 | 40.67 | 29.49 | - |
| YUV | 172.79 | 108.37 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 138 | 0 | 0.29 | 0.37 | 0.14 | 13.33 | 0.53 | 0.7 |
| Hex | DB | 9C | 8A | 0 | 1D | 25 | E | D | 35 | 46 |
| Octal | 333 | 234 | 212 | 0 | 35 | 45 | 16 | 15 | 65 | 106 |
| Binary | 11011011 | 10011100 | 10001010 | 0 | 11101 | 100101 | 1110 | 1101 | 110101 | 1000110 |
Color Harmonies of #DB9C8A
Complementary color
Monochromatic Colors of #DB9C8A
Black with #DB9C8A
Text Example
Text Example
White with #DB9C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C8A; }
p { color: rgb(219,156,138); }
H1.HeaderClassName
{
color: #DB9C8A;
}
.AnyTagClassName
{
color: #DB9C8A;
}
</style>
background-color css
<style>
a { background-color: #DB9C8A; }
a { background-color: rgb(219,156,138); }
div.DivClassName
{
background-color: #DB9C8A;
}
.BgClassName
{
background-color: #DB9C8A;
}
</style>
border-color css
<style>
span { border-color: #DB9C8A; }
span { border-color: rgb(219,156,138); }
td.TdClassName
{
border-color: #DB9C8A;
}
.TagClassName
{
border-color: #DB9C8A;
}
</style>