Shades of New York Pink #D68777
Tints of New York Pink #D68777
RGB
CMYK
RGB Variations
Color information
#D68777 (or 0xD68777) is known color: New York Pink. HEX triplet: D6, 87 and 77. RGB value is (214,135,119). Sum of RGB (Red+Green+Blue) = 214+135+119=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D68777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68777 is #297888. Grayscale: #9C9C9C. Windows color (decimal): -2717833 or 7833558. OLE color: 7833558.
HSL color Cylindrical-coordinate representation of color #D68777: hue angle of 10.11º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D68777 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 135 | 119 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.16 |
| HSL | 10.11º | 0.54% | 0.65% | - |
| HSV(B) | 10.11º | 0.44% | 0.84% | - |
| XYZ | 39.73 | 32.96 | 21.72 | - |
| YUV | 156.8 | 106.67 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 135 | 119 | 0 | 0.37 | 0.44 | 0.16 | 10.11 | 0.54 | 0.65 |
| Hex | D6 | 87 | 77 | 0 | 25 | 2C | 10 | A | 36 | 41 |
| Octal | 326 | 207 | 167 | 0 | 45 | 54 | 20 | 12 | 66 | 101 |
| Binary | 11010110 | 10000111 | 1110111 | 0 | 100101 | 101100 | 10000 | 1010 | 110110 | 1000001 |
Color Harmonies of #D68777
Complementary color
Monochromatic Colors of #D68777
Black with #D68777
Text Example
Text Example
White with #D68777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68777; }
p { color: rgb(214,135,119); }
H1.HeaderClassName
{
color: #D68777;
}
.AnyTagClassName
{
color: #D68777;
}
</style>
background-color css
<style>
a { background-color: #D68777; }
a { background-color: rgb(214,135,119); }
div.DivClassName
{
background-color: #D68777;
}
.BgClassName
{
background-color: #D68777;
}
</style>
border-color css
<style>
span { border-color: #D68777; }
span { border-color: rgb(214,135,119); }
td.TdClassName
{
border-color: #D68777;
}
.TagClassName
{
border-color: #D68777;
}
</style>