Shades of New York Pink #D8826C
Tints of New York Pink #D8826C
RGB
CMYK
RGB Variations
Color information
#D8826C (or 0xD8826C) is known color: New York Pink. HEX triplet: D8, 82 and 6C. RGB value is (216,130,108). Sum of RGB (Red+Green+Blue) = 216+130+108=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D8826C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8826C is #277D93. Grayscale: #999999. Windows color (decimal): -2588052 or 7111384. OLE color: 7111384.
HSL color Cylindrical-coordinate representation of color #D8826C: hue angle of 12.22º degrees, saturation: 0.58, 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 #D8826C is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 130 | 108 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.15 |
| HSL | 12.22º | 0.58% | 0.64% | - |
| HSV(B) | 12.22º | 0.5% | 0.85% | - |
| XYZ | 39.01 | 31.65 | 18.24 | - |
| YUV | 153.21 | 102.49 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 130 | 108 | 0 | 0.40 | 0.50 | 0.15 | 12.22 | 0.58 | 0.64 |
| Hex | D8 | 82 | 6C | 0 | 28 | 32 | F | C | 3A | 40 |
| Octal | 330 | 202 | 154 | 0 | 50 | 62 | 17 | 14 | 72 | 100 |
| Binary | 11011000 | 10000010 | 1101100 | 0 | 101000 | 110010 | 1111 | 1100 | 111010 | 1000000 |
Color Harmonies of #D8826C
Complementary color
Monochromatic Colors of #D8826C
Black with #D8826C
Text Example
Text Example
White with #D8826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8826C; }
p { color: rgb(216,130,108); }
H1.HeaderClassName
{
color: #D8826C;
}
.AnyTagClassName
{
color: #D8826C;
}
</style>
background-color css
<style>
a { background-color: #D8826C; }
a { background-color: rgb(216,130,108); }
div.DivClassName
{
background-color: #D8826C;
}
.BgClassName
{
background-color: #D8826C;
}
</style>
border-color css
<style>
span { border-color: #D8826C; }
span { border-color: rgb(216,130,108); }
td.TdClassName
{
border-color: #D8826C;
}
.TagClassName
{
border-color: #D8826C;
}
</style>