Shades of New York Pink #DB786E
Tints of New York Pink #DB786E
RGB
CMYK
RGB Variations
Color information
#DB786E (or 0xDB786E) is known color: New York Pink. HEX triplet: DB, 78 and 6E. RGB value is (219,120,110). Sum of RGB (Red+Green+Blue) = 219+120+110=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB786E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB786E is #248791. Grayscale: #949494. Windows color (decimal): -2394002 or 7239899. OLE color: 7239899.
HSL color Cylindrical-coordinate representation of color #DB786E: hue angle of 5.5º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB786E is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 110 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.14 |
| HSL | 5.5º | 0.6% | 0.65% | - |
| HSV(B) | 5.5º | 0.5% | 0.86% | - |
| XYZ | 38.74 | 29.62 | 18.43 | - |
| YUV | 148.46 | 106.3 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 110 | 0 | 0.45 | 0.50 | 0.14 | 5.5 | 0.6 | 0.65 |
| Hex | DB | 78 | 6E | 0 | 2D | 32 | E | 6 | 3C | 41 |
| Octal | 333 | 170 | 156 | 0 | 55 | 62 | 16 | 6 | 74 | 101 |
| Binary | 11011011 | 1111000 | 1101110 | 0 | 101101 | 110010 | 1110 | 110 | 111100 | 1000001 |
Color Harmonies of #DB786E
Complementary color
Monochromatic Colors of #DB786E
Black with #DB786E
Text Example
Text Example
White with #DB786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB786E; }
p { color: rgb(219,120,110); }
H1.HeaderClassName
{
color: #DB786E;
}
.AnyTagClassName
{
color: #DB786E;
}
</style>
background-color css
<style>
a { background-color: #DB786E; }
a { background-color: rgb(219,120,110); }
div.DivClassName
{
background-color: #DB786E;
}
.BgClassName
{
background-color: #DB786E;
}
</style>
border-color css
<style>
span { border-color: #DB786E; }
span { border-color: rgb(219,120,110); }
td.TdClassName
{
border-color: #DB786E;
}
.TagClassName
{
border-color: #DB786E;
}
</style>