Shades of New York Pink #D9756B
Tints of New York Pink #D9756B
RGB
CMYK
RGB Variations
Color information
#D9756B (or 0xD9756B) is known color: New York Pink. HEX triplet: D9, 75 and 6B. RGB value is (217,117,107). Sum of RGB (Red+Green+Blue) = 217+117+107=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D9756B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9756B is #268A94. Grayscale: #919191. Windows color (decimal): -2525845 or 7042521. OLE color: 7042521.
HSL color Cylindrical-coordinate representation of color #D9756B: hue angle of 5.45º 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 #D9756B is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 117 | 107 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.15 |
| HSL | 5.45º | 0.59% | 0.64% | - |
| HSV(B) | 5.45º | 0.51% | 0.85% | - |
| XYZ | 37.63 | 28.54 | 17.43 | - |
| YUV | 145.76 | 106.13 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 117 | 107 | 0 | 0.46 | 0.51 | 0.15 | 5.45 | 0.59 | 0.64 |
| Hex | D9 | 75 | 6B | 0 | 2E | 33 | F | 5 | 3B | 40 |
| Octal | 331 | 165 | 153 | 0 | 56 | 63 | 17 | 5 | 73 | 100 |
| Binary | 11011001 | 1110101 | 1101011 | 0 | 101110 | 110011 | 1111 | 101 | 111011 | 1000000 |
Color Harmonies of #D9756B
Complementary color
Monochromatic Colors of #D9756B
Black with #D9756B
Text Example
Text Example
White with #D9756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9756B; }
p { color: rgb(217,117,107); }
H1.HeaderClassName
{
color: #D9756B;
}
.AnyTagClassName
{
color: #D9756B;
}
</style>
background-color css
<style>
a { background-color: #D9756B; }
a { background-color: rgb(217,117,107); }
div.DivClassName
{
background-color: #D9756B;
}
.BgClassName
{
background-color: #D9756B;
}
</style>
border-color css
<style>
span { border-color: #D9756B; }
span { border-color: rgb(217,117,107); }
td.TdClassName
{
border-color: #D9756B;
}
.TagClassName
{
border-color: #D9756B;
}
</style>