Shades of New York Pink #DB796B
Tints of New York Pink #DB796B
RGB
CMYK
RGB Variations
Color information
#DB796B (or 0xDB796B) is known color: New York Pink. HEX triplet: DB, 79 and 6B. RGB value is (219,121,107). Sum of RGB (Red+Green+Blue) = 219+121+107=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB796B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB796B is #248694. Grayscale: #949494. Windows color (decimal): -2393749 or 7043547. OLE color: 7043547.
HSL color Cylindrical-coordinate representation of color #DB796B: hue angle of 7.5º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB796B is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 107 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.14 |
| HSL | 7.5º | 0.61% | 0.64% | - |
| HSV(B) | 7.5º | 0.51% | 0.86% | - |
| XYZ | 38.7 | 29.8 | 17.62 | - |
| YUV | 148.71 | 104.47 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 107 | 0 | 0.45 | 0.51 | 0.14 | 7.5 | 0.61 | 0.64 |
| Hex | DB | 79 | 6B | 0 | 2D | 33 | E | 8 | 3D | 40 |
| Octal | 333 | 171 | 153 | 0 | 55 | 63 | 16 | 10 | 75 | 100 |
| Binary | 11011011 | 1111001 | 1101011 | 0 | 101101 | 110011 | 1110 | 1000 | 111101 | 1000000 |
Color Harmonies of #DB796B
Complementary color
Monochromatic Colors of #DB796B
Black with #DB796B
Text Example
Text Example
White with #DB796B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB796B; }
p { color: rgb(219,121,107); }
H1.HeaderClassName
{
color: #DB796B;
}
.AnyTagClassName
{
color: #DB796B;
}
</style>
background-color css
<style>
a { background-color: #DB796B; }
a { background-color: rgb(219,121,107); }
div.DivClassName
{
background-color: #DB796B;
}
.BgClassName
{
background-color: #DB796B;
}
</style>
border-color css
<style>
span { border-color: #DB796B; }
span { border-color: rgb(219,121,107); }
td.TdClassName
{
border-color: #DB796B;
}
.TagClassName
{
border-color: #DB796B;
}
</style>