Shades of New York Pink #DB806F
Tints of New York Pink #DB806F
RGB
CMYK
RGB Variations
Color information
#DB806F (or 0xDB806F) is known color: New York Pink. HEX triplet: DB, 80 and 6F. RGB value is (219,128,111). Sum of RGB (Red+Green+Blue) = 219+128+111=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB806F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB806F is #247F90. Grayscale: #999999. Windows color (decimal): -2391953 or 7307483. OLE color: 7307483.
HSL color Cylindrical-coordinate representation of color #DB806F: hue angle of 9.44º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB806F is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 111 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.14 |
| HSL | 9.44º | 0.6% | 0.65% | - |
| HSV(B) | 9.44º | 0.49% | 0.86% | - |
| XYZ | 39.8 | 31.65 | 19.05 | - |
| YUV | 153.27 | 104.15 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 111 | 0 | 0.42 | 0.49 | 0.14 | 9.44 | 0.6 | 0.65 |
| Hex | DB | 80 | 6F | 0 | 2A | 31 | E | 9 | 3C | 41 |
| Octal | 333 | 200 | 157 | 0 | 52 | 61 | 16 | 11 | 74 | 101 |
| Binary | 11011011 | 10000000 | 1101111 | 0 | 101010 | 110001 | 1110 | 1001 | 111100 | 1000001 |
Color Harmonies of #DB806F
Complementary color
Monochromatic Colors of #DB806F
Black with #DB806F
Text Example
Text Example
White with #DB806F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB806F; }
p { color: rgb(219,128,111); }
H1.HeaderClassName
{
color: #DB806F;
}
.AnyTagClassName
{
color: #DB806F;
}
</style>
background-color css
<style>
a { background-color: #DB806F; }
a { background-color: rgb(219,128,111); }
div.DivClassName
{
background-color: #DB806F;
}
.BgClassName
{
background-color: #DB806F;
}
</style>
border-color css
<style>
span { border-color: #DB806F; }
span { border-color: rgb(219,128,111); }
td.TdClassName
{
border-color: #DB806F;
}
.TagClassName
{
border-color: #DB806F;
}
</style>