Shades of New York Pink #D9766A
Tints of New York Pink #D9766A
RGB
CMYK
RGB Variations
Color information
#D9766A (or 0xD9766A) is known color: New York Pink. HEX triplet: D9, 76 and 6A. RGB value is (217,118,106). Sum of RGB (Red+Green+Blue) = 217+118+106=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D9766A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9766A is #268995. Grayscale: #929292. Windows color (decimal): -2525590 or 6977241. OLE color: 6977241.
HSL color Cylindrical-coordinate representation of color #D9766A: hue angle of 6.49º 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 #D9766A is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 106 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.15 |
| HSL | 6.49º | 0.59% | 0.63% | - |
| HSV(B) | 6.49º | 0.51% | 0.85% | - |
| XYZ | 37.7 | 28.75 | 17.2 | - |
| YUV | 146.23 | 105.3 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 106 | 0 | 0.46 | 0.51 | 0.15 | 6.49 | 0.59 | 0.63 |
| Hex | D9 | 76 | 6A | 0 | 2E | 33 | F | 6 | 3B | 3F |
| Octal | 331 | 166 | 152 | 0 | 56 | 63 | 17 | 6 | 73 | 77 |
| Binary | 11011001 | 1110110 | 1101010 | 0 | 101110 | 110011 | 1111 | 110 | 111011 | 111111 |
Color Harmonies of #D9766A
Complementary color
Monochromatic Colors of #D9766A
Black with #D9766A
Text Example
Text Example
White with #D9766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9766A; }
p { color: rgb(217,118,106); }
H1.HeaderClassName
{
color: #D9766A;
}
.AnyTagClassName
{
color: #D9766A;
}
</style>
background-color css
<style>
a { background-color: #D9766A; }
a { background-color: rgb(217,118,106); }
div.DivClassName
{
background-color: #D9766A;
}
.BgClassName
{
background-color: #D9766A;
}
</style>
border-color css
<style>
span { border-color: #D9766A; }
span { border-color: rgb(217,118,106); }
td.TdClassName
{
border-color: #D9766A;
}
.TagClassName
{
border-color: #D9766A;
}
</style>