Shades of New York Pink #DB7C69
Tints of New York Pink #DB7C69
RGB
CMYK
RGB Variations
Color information
#DB7C69 (or 0xDB7C69) is known color: New York Pink. HEX triplet: DB, 7C and 69. RGB value is (219,124,105). Sum of RGB (Red+Green+Blue) = 219+124+105=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7C69 is #248396. Grayscale: #969696. Windows color (decimal): -2392983 or 6913243. OLE color: 6913243.
HSL color Cylindrical-coordinate representation of color #DB7C69: hue angle of 10º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB7C69 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 105 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.14 |
| HSL | 10º | 0.61% | 0.64% | - |
| HSV(B) | 10º | 0.52% | 0.86% | - |
| XYZ | 38.97 | 30.5 | 17.2 | - |
| YUV | 150.24 | 102.47 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 105 | 0 | 0.43 | 0.52 | 0.14 | 10 | 0.61 | 0.64 |
| Hex | DB | 7C | 69 | 0 | 2B | 34 | E | A | 3D | 40 |
| Octal | 333 | 174 | 151 | 0 | 53 | 64 | 16 | 12 | 75 | 100 |
| Binary | 11011011 | 1111100 | 1101001 | 0 | 101011 | 110100 | 1110 | 1010 | 111101 | 1000000 |
Color Harmonies of #DB7C69
Complementary color
Monochromatic Colors of #DB7C69
Black with #DB7C69
Text Example
Text Example
White with #DB7C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C69; }
p { color: rgb(219,124,105); }
H1.HeaderClassName
{
color: #DB7C69;
}
.AnyTagClassName
{
color: #DB7C69;
}
</style>
background-color css
<style>
a { background-color: #DB7C69; }
a { background-color: rgb(219,124,105); }
div.DivClassName
{
background-color: #DB7C69;
}
.BgClassName
{
background-color: #DB7C69;
}
</style>
border-color css
<style>
span { border-color: #DB7C69; }
span { border-color: rgb(219,124,105); }
td.TdClassName
{
border-color: #DB7C69;
}
.TagClassName
{
border-color: #DB7C69;
}
</style>