Shades of New York Pink #D9806B
Tints of New York Pink #D9806B
RGB
CMYK
RGB Variations
Color information
#D9806B (or 0xD9806B) is known color: New York Pink. HEX triplet: D9, 80 and 6B. RGB value is (217,128,107). Sum of RGB (Red+Green+Blue) = 217+128+107=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 107 (42.19% from 255 or 23.67% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D9806B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9806B is #267F94. Grayscale: #989898. Windows color (decimal): -2523029 or 7045337. OLE color: 7045337.
HSL color Cylindrical-coordinate representation of color #D9806B: hue angle of 11.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 #D9806B is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 128 | 107 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.15 |
| HSL | 11.45º | 0.59% | 0.64% | - |
| HSV(B) | 11.45º | 0.51% | 0.85% | - |
| XYZ | 38.99 | 31.25 | 17.89 | - |
| YUV | 152.22 | 102.49 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 128 | 107 | 0 | 0.41 | 0.51 | 0.15 | 11.45 | 0.59 | 0.64 |
| Hex | D9 | 80 | 6B | 0 | 29 | 33 | F | B | 3B | 40 |
| Octal | 331 | 200 | 153 | 0 | 51 | 63 | 17 | 13 | 73 | 100 |
| Binary | 11011001 | 10000000 | 1101011 | 0 | 101001 | 110011 | 1111 | 1011 | 111011 | 1000000 |
Color Harmonies of #D9806B
Complementary color
Monochromatic Colors of #D9806B
Black with #D9806B
Text Example
Text Example
White with #D9806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9806B; }
p { color: rgb(217,128,107); }
H1.HeaderClassName
{
color: #D9806B;
}
.AnyTagClassName
{
color: #D9806B;
}
</style>
background-color css
<style>
a { background-color: #D9806B; }
a { background-color: rgb(217,128,107); }
div.DivClassName
{
background-color: #D9806B;
}
.BgClassName
{
background-color: #D9806B;
}
</style>
border-color css
<style>
span { border-color: #D9806B; }
span { border-color: rgb(217,128,107); }
td.TdClassName
{
border-color: #D9806B;
}
.TagClassName
{
border-color: #D9806B;
}
</style>