Shades of New York Pink #DB8B73
Tints of New York Pink #DB8B73
RGB
CMYK
RGB Variations
Color information
#DB8B73 (or 0xDB8B73) is known color: New York Pink. HEX triplet: DB, 8B and 73. RGB value is (219,139,115). Sum of RGB (Red+Green+Blue) = 219+139+115=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8B73 is #24748C. Grayscale: #A0A0A0. Windows color (decimal): -2389133 or 7572443. OLE color: 7572443.
HSL color Cylindrical-coordinate representation of color #DB8B73: hue angle of 13.85º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB8B73 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 115 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.14 |
| HSL | 13.85º | 0.59% | 0.65% | - |
| HSV(B) | 13.85º | 0.47% | 0.86% | - |
| XYZ | 41.54 | 34.76 | 20.74 | - |
| YUV | 160.18 | 102.5 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 115 | 0 | 0.37 | 0.47 | 0.14 | 13.85 | 0.59 | 0.65 |
| Hex | DB | 8B | 73 | 0 | 25 | 2F | E | E | 3B | 41 |
| Octal | 333 | 213 | 163 | 0 | 45 | 57 | 16 | 16 | 73 | 101 |
| Binary | 11011011 | 10001011 | 1110011 | 0 | 100101 | 101111 | 1110 | 1110 | 111011 | 1000001 |
Color Harmonies of #DB8B73
Complementary color
Monochromatic Colors of #DB8B73
Black with #DB8B73
Text Example
Text Example
White with #DB8B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8B73; }
p { color: rgb(219,139,115); }
H1.HeaderClassName
{
color: #DB8B73;
}
.AnyTagClassName
{
color: #DB8B73;
}
</style>
background-color css
<style>
a { background-color: #DB8B73; }
a { background-color: rgb(219,139,115); }
div.DivClassName
{
background-color: #DB8B73;
}
.BgClassName
{
background-color: #DB8B73;
}
</style>
border-color css
<style>
span { border-color: #DB8B73; }
span { border-color: rgb(219,139,115); }
td.TdClassName
{
border-color: #DB8B73;
}
.TagClassName
{
border-color: #DB8B73;
}
</style>