Shades of New York Pink #D9786A
Tints of New York Pink #D9786A
RGB
CMYK
RGB Variations
Color information
#D9786A (or 0xD9786A) is known color: New York Pink. HEX triplet: D9, 78 and 6A. RGB value is (217,120,106). Sum of RGB (Red+Green+Blue) = 217+120+106=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D9786A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9786A is #268795. Grayscale: #939393. Windows color (decimal): -2525078 or 6977753. OLE color: 6977753.
HSL color Cylindrical-coordinate representation of color #D9786A: hue angle of 7.57º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9786A is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 120 | 106 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.15 |
| HSL | 7.57º | 0.59% | 0.63% | - |
| HSV(B) | 7.57º | 0.51% | 0.85% | - |
| XYZ | 37.93 | 29.23 | 17.28 | - |
| YUV | 147.41 | 104.64 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 106 | 0 | 0.45 | 0.51 | 0.15 | 7.57 | 0.59 | 0.63 |
| Hex | D9 | 78 | 6A | 0 | 2D | 33 | F | 8 | 3B | 3F |
| Octal | 331 | 170 | 152 | 0 | 55 | 63 | 17 | 10 | 73 | 77 |
| Binary | 11011001 | 1111000 | 1101010 | 0 | 101101 | 110011 | 1111 | 1000 | 111011 | 111111 |
Color Harmonies of #D9786A
Complementary color
Monochromatic Colors of #D9786A
Black with #D9786A
Text Example
Text Example
White with #D9786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9786A; }
p { color: rgb(217,120,106); }
H1.HeaderClassName
{
color: #D9786A;
}
.AnyTagClassName
{
color: #D9786A;
}
</style>
background-color css
<style>
a { background-color: #D9786A; }
a { background-color: rgb(217,120,106); }
div.DivClassName
{
background-color: #D9786A;
}
.BgClassName
{
background-color: #D9786A;
}
</style>
border-color css
<style>
span { border-color: #D9786A; }
span { border-color: rgb(217,120,106); }
td.TdClassName
{
border-color: #D9786A;
}
.TagClassName
{
border-color: #D9786A;
}
</style>