Shades of New York Pink #D9766B
Tints of New York Pink #D9766B
RGB
CMYK
RGB Variations
Color information
#D9766B (or 0xD9766B) is known color: New York Pink. HEX triplet: D9, 76 and 6B. RGB value is (217,118,107). Sum of RGB (Red+Green+Blue) = 217+118+107=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D9766B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9766B is #268994. Grayscale: #929292. Windows color (decimal): -2525589 or 7042777. OLE color: 7042777.
HSL color Cylindrical-coordinate representation of color #D9766B: hue angle of 6º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9766B is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 107 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.15 |
| HSL | 6º | 0.59% | 0.64% | - |
| HSV(B) | 6º | 0.51% | 0.85% | - |
| XYZ | 37.75 | 28.77 | 17.47 | - |
| YUV | 146.35 | 105.8 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 107 | 0 | 0.46 | 0.51 | 0.15 | 6 | 0.59 | 0.64 |
| Hex | D9 | 76 | 6B | 0 | 2E | 33 | F | 6 | 3B | 40 |
| Octal | 331 | 166 | 153 | 0 | 56 | 63 | 17 | 6 | 73 | 100 |
| Binary | 11011001 | 1110110 | 1101011 | 0 | 101110 | 110011 | 1111 | 110 | 111011 | 1000000 |
Color Harmonies of #D9766B
Complementary color
Monochromatic Colors of #D9766B
Black with #D9766B
Text Example
Text Example
White with #D9766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9766B; }
p { color: rgb(217,118,107); }
H1.HeaderClassName
{
color: #D9766B;
}
.AnyTagClassName
{
color: #D9766B;
}
</style>
background-color css
<style>
a { background-color: #D9766B; }
a { background-color: rgb(217,118,107); }
div.DivClassName
{
background-color: #D9766B;
}
.BgClassName
{
background-color: #D9766B;
}
</style>
border-color css
<style>
span { border-color: #D9766B; }
span { border-color: rgb(217,118,107); }
td.TdClassName
{
border-color: #D9766B;
}
.TagClassName
{
border-color: #D9766B;
}
</style>