Shades of New York Pink #D9816B
Tints of New York Pink #D9816B
RGB
CMYK
RGB Variations
Color information
#D9816B (or 0xD9816B) is known color: New York Pink. HEX triplet: D9, 81 and 6B. RGB value is (217,129,107). Sum of RGB (Red+Green+Blue) = 217+129+107=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D9816B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9816B is #267E94. Grayscale: #989898. Windows color (decimal): -2522773 or 7045593. OLE color: 7045593.
HSL color Cylindrical-coordinate representation of color #D9816B: hue angle of 12º 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 #D9816B is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 129 | 107 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.15 |
| HSL | 12º | 0.59% | 0.64% | - |
| HSV(B) | 12º | 0.51% | 0.85% | - |
| XYZ | 39.12 | 31.51 | 17.93 | - |
| YUV | 152.8 | 102.15 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 129 | 107 | 0 | 0.41 | 0.51 | 0.15 | 12 | 0.59 | 0.64 |
| Hex | D9 | 81 | 6B | 0 | 29 | 33 | F | C | 3B | 40 |
| Octal | 331 | 201 | 153 | 0 | 51 | 63 | 17 | 14 | 73 | 100 |
| Binary | 11011001 | 10000001 | 1101011 | 0 | 101001 | 110011 | 1111 | 1100 | 111011 | 1000000 |
Color Harmonies of #D9816B
Complementary color
Monochromatic Colors of #D9816B
Black with #D9816B
Text Example
Text Example
White with #D9816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9816B; }
p { color: rgb(217,129,107); }
H1.HeaderClassName
{
color: #D9816B;
}
.AnyTagClassName
{
color: #D9816B;
}
</style>
background-color css
<style>
a { background-color: #D9816B; }
a { background-color: rgb(217,129,107); }
div.DivClassName
{
background-color: #D9816B;
}
.BgClassName
{
background-color: #D9816B;
}
</style>
border-color css
<style>
span { border-color: #D9816B; }
span { border-color: rgb(217,129,107); }
td.TdClassName
{
border-color: #D9816B;
}
.TagClassName
{
border-color: #D9816B;
}
</style>