Shades of New York Pink #DB796F
Tints of New York Pink #DB796F
RGB
CMYK
RGB Variations
Color information
#DB796F (or 0xDB796F) is known color: New York Pink. HEX triplet: DB, 79 and 6F. RGB value is (219,121,111). Sum of RGB (Red+Green+Blue) = 219+121+111=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB796F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB796F is #248690. Grayscale: #959595. Windows color (decimal): -2393745 or 7305691. OLE color: 7305691.
HSL color Cylindrical-coordinate representation of color #DB796F: hue angle of 5.56º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB796F is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 111 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.14 |
| HSL | 5.56º | 0.6% | 0.65% | - |
| HSV(B) | 5.56º | 0.49% | 0.86% | - |
| XYZ | 38.92 | 29.88 | 18.76 | - |
| YUV | 149.16 | 106.47 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 111 | 0 | 0.45 | 0.49 | 0.14 | 5.56 | 0.6 | 0.65 |
| Hex | DB | 79 | 6F | 0 | 2D | 31 | E | 6 | 3C | 41 |
| Octal | 333 | 171 | 157 | 0 | 55 | 61 | 16 | 6 | 74 | 101 |
| Binary | 11011011 | 1111001 | 1101111 | 0 | 101101 | 110001 | 1110 | 110 | 111100 | 1000001 |
Color Harmonies of #DB796F
Complementary color
Monochromatic Colors of #DB796F
Black with #DB796F
Text Example
Text Example
White with #DB796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB796F; }
p { color: rgb(219,121,111); }
H1.HeaderClassName
{
color: #DB796F;
}
.AnyTagClassName
{
color: #DB796F;
}
</style>
background-color css
<style>
a { background-color: #DB796F; }
a { background-color: rgb(219,121,111); }
div.DivClassName
{
background-color: #DB796F;
}
.BgClassName
{
background-color: #DB796F;
}
</style>
border-color css
<style>
span { border-color: #DB796F; }
span { border-color: rgb(219,121,111); }
td.TdClassName
{
border-color: #DB796F;
}
.TagClassName
{
border-color: #DB796F;
}
</style>