Shades of New York Pink #DB806B
Tints of New York Pink #DB806B
RGB
CMYK
RGB Variations
Color information
#DB806B (or 0xDB806B) is known color: New York Pink. HEX triplet: DB, 80 and 6B. RGB value is (219,128,107). Sum of RGB (Red+Green+Blue) = 219+128+107=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB806B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB806B is #247F94. Grayscale: #989898. Windows color (decimal): -2391957 or 7045339. OLE color: 7045339.
HSL color Cylindrical-coordinate representation of color #DB806B: hue angle of 11.25º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB806B is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 107 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.14 |
| HSL | 11.25º | 0.61% | 0.64% | - |
| HSV(B) | 11.25º | 0.51% | 0.86% | - |
| XYZ | 39.59 | 31.56 | 17.92 | - |
| YUV | 152.82 | 102.15 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 107 | 0 | 0.42 | 0.51 | 0.14 | 11.25 | 0.61 | 0.64 |
| Hex | DB | 80 | 6B | 0 | 2A | 33 | E | B | 3D | 40 |
| Octal | 333 | 200 | 153 | 0 | 52 | 63 | 16 | 13 | 75 | 100 |
| Binary | 11011011 | 10000000 | 1101011 | 0 | 101010 | 110011 | 1110 | 1011 | 111101 | 1000000 |
Color Harmonies of #DB806B
Complementary color
Monochromatic Colors of #DB806B
Black with #DB806B
Text Example
Text Example
White with #DB806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB806B; }
p { color: rgb(219,128,107); }
H1.HeaderClassName
{
color: #DB806B;
}
.AnyTagClassName
{
color: #DB806B;
}
</style>
background-color css
<style>
a { background-color: #DB806B; }
a { background-color: rgb(219,128,107); }
div.DivClassName
{
background-color: #DB806B;
}
.BgClassName
{
background-color: #DB806B;
}
</style>
border-color css
<style>
span { border-color: #DB806B; }
span { border-color: rgb(219,128,107); }
td.TdClassName
{
border-color: #DB806B;
}
.TagClassName
{
border-color: #DB806B;
}
</style>