Shades of New York Pink #DB776C
Tints of New York Pink #DB776C
RGB
CMYK
RGB Variations
Color information
#DB776C (or 0xDB776C) is known color: New York Pink. HEX triplet: DB, 77 and 6C. RGB value is (219,119,108). Sum of RGB (Red+Green+Blue) = 219+119+108=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB776C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB776C is #248893. Grayscale: #939393. Windows color (decimal): -2394260 or 7108571. OLE color: 7108571.
HSL color Cylindrical-coordinate representation of color #DB776C: hue angle of 5.95º 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 #DB776C is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 108 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.14 |
| HSL | 5.95º | 0.61% | 0.64% | - |
| HSV(B) | 5.95º | 0.51% | 0.86% | - |
| XYZ | 38.52 | 29.34 | 17.82 | - |
| YUV | 147.65 | 105.63 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 108 | 0 | 0.46 | 0.51 | 0.14 | 5.95 | 0.61 | 0.64 |
| Hex | DB | 77 | 6C | 0 | 2E | 33 | E | 6 | 3D | 40 |
| Octal | 333 | 167 | 154 | 0 | 56 | 63 | 16 | 6 | 75 | 100 |
| Binary | 11011011 | 1110111 | 1101100 | 0 | 101110 | 110011 | 1110 | 110 | 111101 | 1000000 |
Color Harmonies of #DB776C
Complementary color
Monochromatic Colors of #DB776C
Black with #DB776C
Text Example
Text Example
White with #DB776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB776C; }
p { color: rgb(219,119,108); }
H1.HeaderClassName
{
color: #DB776C;
}
.AnyTagClassName
{
color: #DB776C;
}
</style>
background-color css
<style>
a { background-color: #DB776C; }
a { background-color: rgb(219,119,108); }
div.DivClassName
{
background-color: #DB776C;
}
.BgClassName
{
background-color: #DB776C;
}
</style>
border-color css
<style>
span { border-color: #DB776C; }
span { border-color: rgb(219,119,108); }
td.TdClassName
{
border-color: #DB776C;
}
.TagClassName
{
border-color: #DB776C;
}
</style>