Shades of New York Pink #D9826D
Tints of New York Pink #D9826D
RGB
CMYK
RGB Variations
Color information
#D9826D (or 0xD9826D) is known color: New York Pink. HEX triplet: D9, 82 and 6D. RGB value is (217,130,109). Sum of RGB (Red+Green+Blue) = 217+130+109=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D9826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9826D is #267D92. Grayscale: #999999. Windows color (decimal): -2522515 or 7176921. OLE color: 7176921.
HSL color Cylindrical-coordinate representation of color #D9826D: hue angle of 11.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9826D is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 130 | 109 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.15 |
| HSL | 11.67º | 0.59% | 0.64% | - |
| HSV(B) | 11.67º | 0.5% | 0.85% | - |
| XYZ | 39.36 | 31.82 | 18.54 | - |
| YUV | 153.62 | 102.82 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 109 | 0 | 0.40 | 0.50 | 0.15 | 11.67 | 0.59 | 0.64 |
| Hex | D9 | 82 | 6D | 0 | 28 | 32 | F | C | 3B | 40 |
| Octal | 331 | 202 | 155 | 0 | 50 | 62 | 17 | 14 | 73 | 100 |
| Binary | 11011001 | 10000010 | 1101101 | 0 | 101000 | 110010 | 1111 | 1100 | 111011 | 1000000 |
Color Harmonies of #D9826D
Complementary color
Monochromatic Colors of #D9826D
Black with #D9826D
Text Example
Text Example
White with #D9826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9826D; }
p { color: rgb(217,130,109); }
H1.HeaderClassName
{
color: #D9826D;
}
.AnyTagClassName
{
color: #D9826D;
}
</style>
background-color css
<style>
a { background-color: #D9826D; }
a { background-color: rgb(217,130,109); }
div.DivClassName
{
background-color: #D9826D;
}
.BgClassName
{
background-color: #D9826D;
}
</style>
border-color css
<style>
span { border-color: #D9826D; }
span { border-color: rgb(217,130,109); }
td.TdClassName
{
border-color: #D9826D;
}
.TagClassName
{
border-color: #D9826D;
}
</style>