Shades of New York Pink #DB776E
Tints of New York Pink #DB776E
RGB
CMYK
RGB Variations
Color information
#DB776E (or 0xDB776E) is known color: New York Pink. HEX triplet: DB, 77 and 6E. RGB value is (219,119,110). Sum of RGB (Red+Green+Blue) = 219+119+110=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 110 (43.36% from 255 or 24.55% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB776E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB776E is #248891. Grayscale: #949494. Windows color (decimal): -2394258 or 7239643. OLE color: 7239643.
HSL color Cylindrical-coordinate representation of color #DB776E: hue angle of 4.95º 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 #DB776E is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 110 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.14 |
| HSL | 4.95º | 0.6% | 0.65% | - |
| HSV(B) | 4.95º | 0.5% | 0.86% | - |
| XYZ | 38.62 | 29.38 | 18.39 | - |
| YUV | 147.87 | 106.63 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 110 | 0 | 0.46 | 0.50 | 0.14 | 4.95 | 0.6 | 0.65 |
| Hex | DB | 77 | 6E | 0 | 2E | 32 | E | 5 | 3C | 41 |
| Octal | 333 | 167 | 156 | 0 | 56 | 62 | 16 | 5 | 74 | 101 |
| Binary | 11011011 | 1110111 | 1101110 | 0 | 101110 | 110010 | 1110 | 101 | 111100 | 1000001 |
Color Harmonies of #DB776E
Complementary color
Monochromatic Colors of #DB776E
Black with #DB776E
Text Example
Text Example
White with #DB776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB776E; }
p { color: rgb(219,119,110); }
H1.HeaderClassName
{
color: #DB776E;
}
.AnyTagClassName
{
color: #DB776E;
}
</style>
background-color css
<style>
a { background-color: #DB776E; }
a { background-color: rgb(219,119,110); }
div.DivClassName
{
background-color: #DB776E;
}
.BgClassName
{
background-color: #DB776E;
}
</style>
border-color css
<style>
span { border-color: #DB776E; }
span { border-color: rgb(219,119,110); }
td.TdClassName
{
border-color: #DB776E;
}
.TagClassName
{
border-color: #DB776E;
}
</style>