Shades of New York Pink #DB766C
Tints of New York Pink #DB766C
RGB
CMYK
RGB Variations
Color information
#DB766C (or 0xDB766C) is known color: New York Pink. HEX triplet: DB, 76 and 6C. RGB value is (219,118,108). Sum of RGB (Red+Green+Blue) = 219+118+108=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB766C is #248993. Grayscale: #939393. Windows color (decimal): -2394516 or 7108315. OLE color: 7108315.
HSL color Cylindrical-coordinate representation of color #DB766C: hue angle of 5.41º 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 #DB766C is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 108 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.14 |
| HSL | 5.41º | 0.61% | 0.64% | - |
| HSV(B) | 5.41º | 0.51% | 0.86% | - |
| XYZ | 38.4 | 29.1 | 17.78 | - |
| YUV | 147.06 | 105.96 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 108 | 0 | 0.46 | 0.51 | 0.14 | 5.41 | 0.61 | 0.64 |
| Hex | DB | 76 | 6C | 0 | 2E | 33 | E | 5 | 3D | 40 |
| Octal | 333 | 166 | 154 | 0 | 56 | 63 | 16 | 5 | 75 | 100 |
| Binary | 11011011 | 1110110 | 1101100 | 0 | 101110 | 110011 | 1110 | 101 | 111101 | 1000000 |
Color Harmonies of #DB766C
Complementary color
Monochromatic Colors of #DB766C
Black with #DB766C
Text Example
Text Example
White with #DB766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB766C; }
p { color: rgb(219,118,108); }
H1.HeaderClassName
{
color: #DB766C;
}
.AnyTagClassName
{
color: #DB766C;
}
</style>
background-color css
<style>
a { background-color: #DB766C; }
a { background-color: rgb(219,118,108); }
div.DivClassName
{
background-color: #DB766C;
}
.BgClassName
{
background-color: #DB766C;
}
</style>
border-color css
<style>
span { border-color: #DB766C; }
span { border-color: rgb(219,118,108); }
td.TdClassName
{
border-color: #DB766C;
}
.TagClassName
{
border-color: #DB766C;
}
</style>