Shades of New York Pink #D9816F
Tints of New York Pink #D9816F
RGB
CMYK
RGB Variations
Color information
#D9816F (or 0xD9816F) is known color: New York Pink. HEX triplet: D9, 81 and 6F. RGB value is (217,129,111). Sum of RGB (Red+Green+Blue) = 217+129+111=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D9816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9816F is #267E90. Grayscale: #999999. Windows color (decimal): -2522769 or 7307737. OLE color: 7307737.
HSL color Cylindrical-coordinate representation of color #D9816F: hue angle of 10.19º 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 #D9816F is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 129 | 111 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.15 |
| HSL | 10.19º | 0.58% | 0.64% | - |
| HSV(B) | 10.19º | 0.49% | 0.85% | - |
| XYZ | 39.33 | 31.6 | 19.07 | - |
| YUV | 153.26 | 104.15 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 129 | 111 | 0 | 0.41 | 0.49 | 0.15 | 10.19 | 0.58 | 0.64 |
| Hex | D9 | 81 | 6F | 0 | 29 | 31 | F | A | 3A | 40 |
| Octal | 331 | 201 | 157 | 0 | 51 | 61 | 17 | 12 | 72 | 100 |
| Binary | 11011001 | 10000001 | 1101111 | 0 | 101001 | 110001 | 1111 | 1010 | 111010 | 1000000 |
Color Harmonies of #D9816F
Complementary color
Monochromatic Colors of #D9816F
Black with #D9816F
Text Example
Text Example
White with #D9816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9816F; }
p { color: rgb(217,129,111); }
H1.HeaderClassName
{
color: #D9816F;
}
.AnyTagClassName
{
color: #D9816F;
}
</style>
background-color css
<style>
a { background-color: #D9816F; }
a { background-color: rgb(217,129,111); }
div.DivClassName
{
background-color: #D9816F;
}
.BgClassName
{
background-color: #D9816F;
}
</style>
border-color css
<style>
span { border-color: #D9816F; }
span { border-color: rgb(217,129,111); }
td.TdClassName
{
border-color: #D9816F;
}
.TagClassName
{
border-color: #D9816F;
}
</style>