Shades of New York Pink #D9846F
Tints of New York Pink #D9846F
RGB
CMYK
RGB Variations
Color information
#D9846F (or 0xD9846F) is known color: New York Pink. HEX triplet: D9, 84 and 6F. RGB value is (217,132,111). Sum of RGB (Red+Green+Blue) = 217+132+111=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D9846F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9846F is #267B90. Grayscale: #9B9B9B. Windows color (decimal): -2522001 or 7308505. OLE color: 7308505.
HSL color Cylindrical-coordinate representation of color #D9846F: hue angle of 11.89º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9846F is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 132 | 111 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.15 |
| HSL | 11.89º | 0.58% | 0.64% | - |
| HSV(B) | 11.89º | 0.49% | 0.85% | - |
| XYZ | 39.74 | 32.4 | 19.2 | - |
| YUV | 155.02 | 103.16 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 132 | 111 | 0 | 0.39 | 0.49 | 0.15 | 11.89 | 0.58 | 0.64 |
| Hex | D9 | 84 | 6F | 0 | 27 | 31 | F | C | 3A | 40 |
| Octal | 331 | 204 | 157 | 0 | 47 | 61 | 17 | 14 | 72 | 100 |
| Binary | 11011001 | 10000100 | 1101111 | 0 | 100111 | 110001 | 1111 | 1100 | 111010 | 1000000 |
Color Harmonies of #D9846F
Complementary color
Monochromatic Colors of #D9846F
Black with #D9846F
Text Example
Text Example
White with #D9846F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9846F; }
p { color: rgb(217,132,111); }
H1.HeaderClassName
{
color: #D9846F;
}
.AnyTagClassName
{
color: #D9846F;
}
</style>
background-color css
<style>
a { background-color: #D9846F; }
a { background-color: rgb(217,132,111); }
div.DivClassName
{
background-color: #D9846F;
}
.BgClassName
{
background-color: #D9846F;
}
</style>
border-color css
<style>
span { border-color: #D9846F; }
span { border-color: rgb(217,132,111); }
td.TdClassName
{
border-color: #D9846F;
}
.TagClassName
{
border-color: #D9846F;
}
</style>