Shades of New York Pink #D9826B
Tints of New York Pink #D9826B
RGB
CMYK
RGB Variations
Color information
#D9826B (or 0xD9826B) is known color: New York Pink. HEX triplet: D9, 82 and 6B. RGB value is (217,130,107). Sum of RGB (Red+Green+Blue) = 217+130+107=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D9826B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9826B is #267D94. Grayscale: #999999. Windows color (decimal): -2522517 or 7045849. OLE color: 7045849.
HSL color Cylindrical-coordinate representation of color #D9826B: hue angle of 12.55º 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 #D9826B is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 130 | 107 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.15 |
| HSL | 12.55º | 0.59% | 0.64% | - |
| HSV(B) | 12.55º | 0.51% | 0.85% | - |
| XYZ | 39.25 | 31.78 | 17.97 | - |
| YUV | 153.39 | 101.82 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 107 | 0 | 0.40 | 0.51 | 0.15 | 12.55 | 0.59 | 0.64 |
| Hex | D9 | 82 | 6B | 0 | 28 | 33 | F | D | 3B | 40 |
| Octal | 331 | 202 | 153 | 0 | 50 | 63 | 17 | 15 | 73 | 100 |
| Binary | 11011001 | 10000010 | 1101011 | 0 | 101000 | 110011 | 1111 | 1101 | 111011 | 1000000 |
Color Harmonies of #D9826B
Complementary color
Monochromatic Colors of #D9826B
Black with #D9826B
Text Example
Text Example
White with #D9826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9826B; }
p { color: rgb(217,130,107); }
H1.HeaderClassName
{
color: #D9826B;
}
.AnyTagClassName
{
color: #D9826B;
}
</style>
background-color css
<style>
a { background-color: #D9826B; }
a { background-color: rgb(217,130,107); }
div.DivClassName
{
background-color: #D9826B;
}
.BgClassName
{
background-color: #D9826B;
}
</style>
border-color css
<style>
span { border-color: #D9826B; }
span { border-color: rgb(217,130,107); }
td.TdClassName
{
border-color: #D9826B;
}
.TagClassName
{
border-color: #D9826B;
}
</style>