Shades of New York Pink #DB8774
Tints of New York Pink #DB8774
RGB
CMYK
RGB Variations
Color information
#DB8774 (or 0xDB8774) is known color: New York Pink. HEX triplet: DB, 87 and 74. RGB value is (219,135,116). Sum of RGB (Red+Green+Blue) = 219+135+116=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8774 is #24788B. Grayscale: #9E9E9E. Windows color (decimal): -2390156 or 7636955. OLE color: 7636955.
HSL color Cylindrical-coordinate representation of color #DB8774: hue angle of 11.07º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB8774 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 116 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.14 |
| HSL | 11.07º | 0.59% | 0.66% | - |
| HSV(B) | 11.07º | 0.47% | 0.86% | - |
| XYZ | 41.03 | 33.65 | 20.86 | - |
| YUV | 157.95 | 104.33 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 116 | 0 | 0.38 | 0.47 | 0.14 | 11.07 | 0.59 | 0.66 |
| Hex | DB | 87 | 74 | 0 | 26 | 2F | E | B | 3B | 42 |
| Octal | 333 | 207 | 164 | 0 | 46 | 57 | 16 | 13 | 73 | 102 |
| Binary | 11011011 | 10000111 | 1110100 | 0 | 100110 | 101111 | 1110 | 1011 | 111011 | 1000010 |
Color Harmonies of #DB8774
Complementary color
Monochromatic Colors of #DB8774
Black with #DB8774
Text Example
Text Example
White with #DB8774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8774; }
p { color: rgb(219,135,116); }
H1.HeaderClassName
{
color: #DB8774;
}
.AnyTagClassName
{
color: #DB8774;
}
</style>
background-color css
<style>
a { background-color: #DB8774; }
a { background-color: rgb(219,135,116); }
div.DivClassName
{
background-color: #DB8774;
}
.BgClassName
{
background-color: #DB8774;
}
</style>
border-color css
<style>
span { border-color: #DB8774; }
span { border-color: rgb(219,135,116); }
td.TdClassName
{
border-color: #DB8774;
}
.TagClassName
{
border-color: #DB8774;
}
</style>