Shades of New York Pink #DB786B
Tints of New York Pink #DB786B
RGB
CMYK
RGB Variations
Color information
#DB786B (or 0xDB786B) is known color: New York Pink. HEX triplet: DB, 78 and 6B. RGB value is (219,120,107). Sum of RGB (Red+Green+Blue) = 219+120+107=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB786B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB786B is #248794. Grayscale: #949494. Windows color (decimal): -2394005 or 7043291. OLE color: 7043291.
HSL color Cylindrical-coordinate representation of color #DB786B: hue angle of 6.96º 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 #DB786B is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 107 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.14 |
| HSL | 6.96º | 0.61% | 0.64% | - |
| HSV(B) | 6.96º | 0.51% | 0.86% | - |
| XYZ | 38.58 | 29.55 | 17.58 | - |
| YUV | 148.12 | 104.8 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 107 | 0 | 0.45 | 0.51 | 0.14 | 6.96 | 0.61 | 0.64 |
| Hex | DB | 78 | 6B | 0 | 2D | 33 | E | 7 | 3D | 40 |
| Octal | 333 | 170 | 153 | 0 | 55 | 63 | 16 | 7 | 75 | 100 |
| Binary | 11011011 | 1111000 | 1101011 | 0 | 101101 | 110011 | 1110 | 111 | 111101 | 1000000 |
Color Harmonies of #DB786B
Complementary color
Monochromatic Colors of #DB786B
Black with #DB786B
Text Example
Text Example
White with #DB786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB786B; }
p { color: rgb(219,120,107); }
H1.HeaderClassName
{
color: #DB786B;
}
.AnyTagClassName
{
color: #DB786B;
}
</style>
background-color css
<style>
a { background-color: #DB786B; }
a { background-color: rgb(219,120,107); }
div.DivClassName
{
background-color: #DB786B;
}
.BgClassName
{
background-color: #DB786B;
}
</style>
border-color css
<style>
span { border-color: #DB786B; }
span { border-color: rgb(219,120,107); }
td.TdClassName
{
border-color: #DB786B;
}
.TagClassName
{
border-color: #DB786B;
}
</style>