Shades of New York Pink #DB836E
Tints of New York Pink #DB836E
RGB
CMYK
RGB Variations
Color information
#DB836E (or 0xDB836E) is known color: New York Pink. HEX triplet: DB, 83 and 6E. RGB value is (219,131,110). Sum of RGB (Red+Green+Blue) = 219+131+110=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB836E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB836E is #247C91. Grayscale: #9B9B9B. Windows color (decimal): -2391186 or 7242715. OLE color: 7242715.
HSL color Cylindrical-coordinate representation of color #DB836E: hue angle of 11.56º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB836E is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 110 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.14 |
| HSL | 11.56º | 0.6% | 0.65% | - |
| HSV(B) | 11.56º | 0.5% | 0.86% | - |
| XYZ | 40.14 | 32.42 | 18.89 | - |
| YUV | 154.92 | 102.65 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 110 | 0 | 0.40 | 0.50 | 0.14 | 11.56 | 0.6 | 0.65 |
| Hex | DB | 83 | 6E | 0 | 28 | 32 | E | C | 3C | 41 |
| Octal | 333 | 203 | 156 | 0 | 50 | 62 | 16 | 14 | 74 | 101 |
| Binary | 11011011 | 10000011 | 1101110 | 0 | 101000 | 110010 | 1110 | 1100 | 111100 | 1000001 |
Color Harmonies of #DB836E
Complementary color
Monochromatic Colors of #DB836E
Black with #DB836E
Text Example
Text Example
White with #DB836E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB836E; }
p { color: rgb(219,131,110); }
H1.HeaderClassName
{
color: #DB836E;
}
.AnyTagClassName
{
color: #DB836E;
}
</style>
background-color css
<style>
a { background-color: #DB836E; }
a { background-color: rgb(219,131,110); }
div.DivClassName
{
background-color: #DB836E;
}
.BgClassName
{
background-color: #DB836E;
}
</style>
border-color css
<style>
span { border-color: #DB836E; }
span { border-color: rgb(219,131,110); }
td.TdClassName
{
border-color: #DB836E;
}
.TagClassName
{
border-color: #DB836E;
}
</style>