Shades of New York Pink #DB8671
Tints of New York Pink #DB8671
RGB
CMYK
RGB Variations
Color information
#DB8671 (or 0xDB8671) is known color: New York Pink. HEX triplet: DB, 86 and 71. RGB value is (219,134,113). Sum of RGB (Red+Green+Blue) = 219+134+113=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8671 is #24798E. Grayscale: #9D9D9D. Windows color (decimal): -2390415 or 7440091. OLE color: 7440091.
HSL color Cylindrical-coordinate representation of color #DB8671: hue angle of 11.89º degrees, saturation: 0.6, 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 #DB8671 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 113 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.14 |
| HSL | 11.89º | 0.6% | 0.65% | - |
| HSV(B) | 11.89º | 0.48% | 0.86% | - |
| XYZ | 40.72 | 33.3 | 19.9 | - |
| YUV | 157.02 | 103.16 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 113 | 0 | 0.39 | 0.48 | 0.14 | 11.89 | 0.6 | 0.65 |
| Hex | DB | 86 | 71 | 0 | 27 | 30 | E | C | 3C | 41 |
| Octal | 333 | 206 | 161 | 0 | 47 | 60 | 16 | 14 | 74 | 101 |
| Binary | 11011011 | 10000110 | 1110001 | 0 | 100111 | 110000 | 1110 | 1100 | 111100 | 1000001 |
Color Harmonies of #DB8671
Complementary color
Monochromatic Colors of #DB8671
Black with #DB8671
Text Example
Text Example
White with #DB8671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8671; }
p { color: rgb(219,134,113); }
H1.HeaderClassName
{
color: #DB8671;
}
.AnyTagClassName
{
color: #DB8671;
}
</style>
background-color css
<style>
a { background-color: #DB8671; }
a { background-color: rgb(219,134,113); }
div.DivClassName
{
background-color: #DB8671;
}
.BgClassName
{
background-color: #DB8671;
}
</style>
border-color css
<style>
span { border-color: #DB8671; }
span { border-color: rgb(219,134,113); }
td.TdClassName
{
border-color: #DB8671;
}
.TagClassName
{
border-color: #DB8671;
}
</style>