Shades of New York Pink #D8766C
Tints of New York Pink #D8766C
RGB
CMYK
RGB Variations
Color information
#D8766C (or 0xD8766C) is known color: New York Pink. HEX triplet: D8, 76 and 6C. RGB value is (216,118,108). Sum of RGB (Red+Green+Blue) = 216+118+108=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D8766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8766C is #278993. Grayscale: #929292. Windows color (decimal): -2591124 or 7108312. OLE color: 7108312.
HSL color Cylindrical-coordinate representation of color #D8766C: hue angle of 5.56º 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 #D8766C is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 118 | 108 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.15 |
| HSL | 5.56º | 0.58% | 0.64% | - |
| HSV(B) | 5.56º | 0.5% | 0.85% | - |
| XYZ | 37.5 | 28.64 | 17.74 | - |
| YUV | 146.16 | 106.47 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 118 | 108 | 0 | 0.45 | 0.50 | 0.15 | 5.56 | 0.58 | 0.64 |
| Hex | D8 | 76 | 6C | 0 | 2D | 32 | F | 6 | 3A | 40 |
| Octal | 330 | 166 | 154 | 0 | 55 | 62 | 17 | 6 | 72 | 100 |
| Binary | 11011000 | 1110110 | 1101100 | 0 | 101101 | 110010 | 1111 | 110 | 111010 | 1000000 |
Color Harmonies of #D8766C
Complementary color
Monochromatic Colors of #D8766C
Black with #D8766C
Text Example
Text Example
White with #D8766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8766C; }
p { color: rgb(216,118,108); }
H1.HeaderClassName
{
color: #D8766C;
}
.AnyTagClassName
{
color: #D8766C;
}
</style>
background-color css
<style>
a { background-color: #D8766C; }
a { background-color: rgb(216,118,108); }
div.DivClassName
{
background-color: #D8766C;
}
.BgClassName
{
background-color: #D8766C;
}
</style>
border-color css
<style>
span { border-color: #D8766C; }
span { border-color: rgb(216,118,108); }
td.TdClassName
{
border-color: #D8766C;
}
.TagClassName
{
border-color: #D8766C;
}
</style>