Shades of New York Pink #DB776A
Tints of New York Pink #DB776A
RGB
CMYK
RGB Variations
Color information
#DB776A (or 0xDB776A) is known color: New York Pink. HEX triplet: DB, 77 and 6A. RGB value is (219,119,106). Sum of RGB (Red+Green+Blue) = 219+119+106=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB776A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB776A is #248895. Grayscale: #939393. Windows color (decimal): -2394262 or 6977499. OLE color: 6977499.
HSL color Cylindrical-coordinate representation of color #DB776A: hue angle of 6.9º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB776A is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 106 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.14 |
| HSL | 6.9º | 0.61% | 0.64% | - |
| HSV(B) | 6.9º | 0.52% | 0.86% | - |
| XYZ | 38.41 | 29.29 | 17.27 | - |
| YUV | 147.42 | 104.63 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 106 | 0 | 0.46 | 0.52 | 0.14 | 6.9 | 0.61 | 0.64 |
| Hex | DB | 77 | 6A | 0 | 2E | 34 | E | 7 | 3D | 40 |
| Octal | 333 | 167 | 152 | 0 | 56 | 64 | 16 | 7 | 75 | 100 |
| Binary | 11011011 | 1110111 | 1101010 | 0 | 101110 | 110100 | 1110 | 111 | 111101 | 1000000 |
Color Harmonies of #DB776A
Complementary color
Monochromatic Colors of #DB776A
Black with #DB776A
Text Example
Text Example
White with #DB776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB776A; }
p { color: rgb(219,119,106); }
H1.HeaderClassName
{
color: #DB776A;
}
.AnyTagClassName
{
color: #DB776A;
}
</style>
background-color css
<style>
a { background-color: #DB776A; }
a { background-color: rgb(219,119,106); }
div.DivClassName
{
background-color: #DB776A;
}
.BgClassName
{
background-color: #DB776A;
}
</style>
border-color css
<style>
span { border-color: #DB776A; }
span { border-color: rgb(219,119,106); }
td.TdClassName
{
border-color: #DB776A;
}
.TagClassName
{
border-color: #DB776A;
}
</style>