Shades of New York Pink #D68876
Tints of New York Pink #D68876
RGB
CMYK
RGB Variations
Color information
#D68876 (or 0xD68876) is known color: New York Pink. HEX triplet: D6, 88 and 76. RGB value is (214,136,118). Sum of RGB (Red+Green+Blue) = 214+136+118=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D68876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68876 is #297789. Grayscale: #9D9D9D. Windows color (decimal): -2717578 or 7768278. OLE color: 7768278.
HSL color Cylindrical-coordinate representation of color #D68876: hue angle of 11.25º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D68876 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 118 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.16 |
| HSL | 11.25º | 0.54% | 0.65% | - |
| HSV(B) | 11.25º | 0.45% | 0.84% | - |
| XYZ | 39.81 | 33.21 | 21.45 | - |
| YUV | 157.27 | 105.84 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 118 | 0 | 0.36 | 0.45 | 0.16 | 11.25 | 0.54 | 0.65 |
| Hex | D6 | 88 | 76 | 0 | 24 | 2D | 10 | B | 36 | 41 |
| Octal | 326 | 210 | 166 | 0 | 44 | 55 | 20 | 13 | 66 | 101 |
| Binary | 11010110 | 10001000 | 1110110 | 0 | 100100 | 101101 | 10000 | 1011 | 110110 | 1000001 |
Color Harmonies of #D68876
Complementary color
Monochromatic Colors of #D68876
Black with #D68876
Text Example
Text Example
White with #D68876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68876; }
p { color: rgb(214,136,118); }
H1.HeaderClassName
{
color: #D68876;
}
.AnyTagClassName
{
color: #D68876;
}
</style>
background-color css
<style>
a { background-color: #D68876; }
a { background-color: rgb(214,136,118); }
div.DivClassName
{
background-color: #D68876;
}
.BgClassName
{
background-color: #D68876;
}
</style>
border-color css
<style>
span { border-color: #D68876; }
span { border-color: rgb(214,136,118); }
td.TdClassName
{
border-color: #D68876;
}
.TagClassName
{
border-color: #D68876;
}
</style>