Shades of New York Pink #DB8B76
Tints of New York Pink #DB8B76
RGB
CMYK
RGB Variations
Color information
#DB8B76 (or 0xDB8B76) is known color: New York Pink. HEX triplet: DB, 8B and 76. RGB value is (219,139,118). Sum of RGB (Red+Green+Blue) = 219+139+118=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8B76 is #247489. Grayscale: #A0A0A0. Windows color (decimal): -2389130 or 7769051. OLE color: 7769051.
HSL color Cylindrical-coordinate representation of color #DB8B76: hue angle of 12.48º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB8B76 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 118 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.14 |
| HSL | 12.48º | 0.58% | 0.66% | - |
| HSV(B) | 12.48º | 0.46% | 0.86% | - |
| XYZ | 41.72 | 34.83 | 21.66 | - |
| YUV | 160.53 | 104 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 118 | 0 | 0.37 | 0.46 | 0.14 | 12.48 | 0.58 | 0.66 |
| Hex | DB | 8B | 76 | 0 | 25 | 2E | E | C | 3A | 42 |
| Octal | 333 | 213 | 166 | 0 | 45 | 56 | 16 | 14 | 72 | 102 |
| Binary | 11011011 | 10001011 | 1110110 | 0 | 100101 | 101110 | 1110 | 1100 | 111010 | 1000010 |
Color Harmonies of #DB8B76
Complementary color
Monochromatic Colors of #DB8B76
Black with #DB8B76
Text Example
Text Example
White with #DB8B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8B76; }
p { color: rgb(219,139,118); }
H1.HeaderClassName
{
color: #DB8B76;
}
.AnyTagClassName
{
color: #DB8B76;
}
</style>
background-color css
<style>
a { background-color: #DB8B76; }
a { background-color: rgb(219,139,118); }
div.DivClassName
{
background-color: #DB8B76;
}
.BgClassName
{
background-color: #DB8B76;
}
</style>
border-color css
<style>
span { border-color: #DB8B76; }
span { border-color: rgb(219,139,118); }
td.TdClassName
{
border-color: #DB8B76;
}
.TagClassName
{
border-color: #DB8B76;
}
</style>