Shades of New York Pink #D9746B
Tints of New York Pink #D9746B
RGB
CMYK
RGB Variations
Color information
#D9746B (or 0xD9746B) is known color: New York Pink. HEX triplet: D9, 74 and 6B. RGB value is (217,116,107). Sum of RGB (Red+Green+Blue) = 217+116+107=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D9746B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9746B is #268B94. Grayscale: #919191. Windows color (decimal): -2526101 or 7042265. OLE color: 7042265.
HSL color Cylindrical-coordinate representation of color #D9746B: hue angle of 4.91º 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 #D9746B is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 116 | 107 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.15 |
| HSL | 4.91º | 0.59% | 0.64% | - |
| HSV(B) | 4.91º | 0.51% | 0.85% | - |
| XYZ | 37.51 | 28.3 | 17.4 | - |
| YUV | 145.17 | 106.46 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 116 | 107 | 0 | 0.47 | 0.51 | 0.15 | 4.91 | 0.59 | 0.64 |
| Hex | D9 | 74 | 6B | 0 | 2F | 33 | F | 5 | 3B | 40 |
| Octal | 331 | 164 | 153 | 0 | 57 | 63 | 17 | 5 | 73 | 100 |
| Binary | 11011001 | 1110100 | 1101011 | 0 | 101111 | 110011 | 1111 | 101 | 111011 | 1000000 |
Color Harmonies of #D9746B
Complementary color
Monochromatic Colors of #D9746B
Black with #D9746B
Text Example
Text Example
White with #D9746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9746B; }
p { color: rgb(217,116,107); }
H1.HeaderClassName
{
color: #D9746B;
}
.AnyTagClassName
{
color: #D9746B;
}
</style>
background-color css
<style>
a { background-color: #D9746B; }
a { background-color: rgb(217,116,107); }
div.DivClassName
{
background-color: #D9746B;
}
.BgClassName
{
background-color: #D9746B;
}
</style>
border-color css
<style>
span { border-color: #D9746B; }
span { border-color: rgb(217,116,107); }
td.TdClassName
{
border-color: #D9746B;
}
.TagClassName
{
border-color: #D9746B;
}
</style>