Shades of New York Pink #DB8672
Tints of New York Pink #DB8672
RGB
CMYK
RGB Variations
Color information
#DB8672 (or 0xDB8672) is known color: New York Pink. HEX triplet: DB, 86 and 72. RGB value is (219,134,114). Sum of RGB (Red+Green+Blue) = 219+134+114=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8672 is #24798D. Grayscale: #9D9D9D. Windows color (decimal): -2390414 or 7505627. OLE color: 7505627.
HSL color Cylindrical-coordinate representation of color #DB8672: hue angle of 11.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB8672 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 114 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.14 |
| HSL | 11.43º | 0.59% | 0.65% | - |
| HSV(B) | 11.43º | 0.48% | 0.86% | - |
| XYZ | 40.78 | 33.33 | 20.2 | - |
| YUV | 157.14 | 103.66 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 114 | 0 | 0.39 | 0.48 | 0.14 | 11.43 | 0.59 | 0.65 |
| Hex | DB | 86 | 72 | 0 | 27 | 30 | E | B | 3B | 41 |
| Octal | 333 | 206 | 162 | 0 | 47 | 60 | 16 | 13 | 73 | 101 |
| Binary | 11011011 | 10000110 | 1110010 | 0 | 100111 | 110000 | 1110 | 1011 | 111011 | 1000001 |
Color Harmonies of #DB8672
Complementary color
Monochromatic Colors of #DB8672
Black with #DB8672
Text Example
Text Example
White with #DB8672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8672; }
p { color: rgb(219,134,114); }
H1.HeaderClassName
{
color: #DB8672;
}
.AnyTagClassName
{
color: #DB8672;
}
</style>
background-color css
<style>
a { background-color: #DB8672; }
a { background-color: rgb(219,134,114); }
div.DivClassName
{
background-color: #DB8672;
}
.BgClassName
{
background-color: #DB8672;
}
</style>
border-color css
<style>
span { border-color: #DB8672; }
span { border-color: rgb(219,134,114); }
td.TdClassName
{
border-color: #DB8672;
}
.TagClassName
{
border-color: #DB8672;
}
</style>