Shades of New York Pink #DB7C6A
Tints of New York Pink #DB7C6A
RGB
CMYK
RGB Variations
Color information
#DB7C6A (or 0xDB7C6A) is known color: New York Pink. HEX triplet: DB, 7C and 6A. RGB value is (219,124,106). Sum of RGB (Red+Green+Blue) = 219+124+106=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7C6A is #248395. Grayscale: #969696. Windows color (decimal): -2392982 or 6978779. OLE color: 6978779.
HSL color Cylindrical-coordinate representation of color #DB7C6A: hue angle of 9.56º 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 #DB7C6A is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 106 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.14 |
| HSL | 9.56º | 0.61% | 0.64% | - |
| HSV(B) | 9.56º | 0.52% | 0.86% | - |
| XYZ | 39.02 | 30.52 | 17.47 | - |
| YUV | 150.35 | 102.97 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 106 | 0 | 0.43 | 0.52 | 0.14 | 9.56 | 0.61 | 0.64 |
| Hex | DB | 7C | 6A | 0 | 2B | 34 | E | A | 3D | 40 |
| Octal | 333 | 174 | 152 | 0 | 53 | 64 | 16 | 12 | 75 | 100 |
| Binary | 11011011 | 1111100 | 1101010 | 0 | 101011 | 110100 | 1110 | 1010 | 111101 | 1000000 |
Color Harmonies of #DB7C6A
Complementary color
Monochromatic Colors of #DB7C6A
Black with #DB7C6A
Text Example
Text Example
White with #DB7C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C6A; }
p { color: rgb(219,124,106); }
H1.HeaderClassName
{
color: #DB7C6A;
}
.AnyTagClassName
{
color: #DB7C6A;
}
</style>
background-color css
<style>
a { background-color: #DB7C6A; }
a { background-color: rgb(219,124,106); }
div.DivClassName
{
background-color: #DB7C6A;
}
.BgClassName
{
background-color: #DB7C6A;
}
</style>
border-color css
<style>
span { border-color: #DB7C6A; }
span { border-color: rgb(219,124,106); }
td.TdClassName
{
border-color: #DB7C6A;
}
.TagClassName
{
border-color: #DB7C6A;
}
</style>