Shades of New York Pink #D77C6D
Tints of New York Pink #D77C6D
RGB
CMYK
RGB Variations
Color information
#D77C6D (or 0xD77C6D) is known color: New York Pink. HEX triplet: D7, 7C and 6D. RGB value is (215,124,109). Sum of RGB (Red+Green+Blue) = 215+124+109=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77C6D is #288392. Grayscale: #959595. Windows color (decimal): -2655123 or 7175383. OLE color: 7175383.
HSL color Cylindrical-coordinate representation of color #D77C6D: hue angle of 8.49º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D77C6D is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 109 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.16 |
| HSL | 8.49º | 0.57% | 0.64% | - |
| HSV(B) | 8.49º | 0.49% | 0.84% | - |
| XYZ | 37.99 | 29.97 | 18.25 | - |
| YUV | 149.5 | 105.15 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 109 | 0 | 0.42 | 0.49 | 0.16 | 8.49 | 0.57 | 0.64 |
| Hex | D7 | 7C | 6D | 0 | 2A | 31 | 10 | 8 | 39 | 40 |
| Octal | 327 | 174 | 155 | 0 | 52 | 61 | 20 | 10 | 71 | 100 |
| Binary | 11010111 | 1111100 | 1101101 | 0 | 101010 | 110001 | 10000 | 1000 | 111001 | 1000000 |
Color Harmonies of #D77C6D
Complementary color
Monochromatic Colors of #D77C6D
Black with #D77C6D
Text Example
Text Example
White with #D77C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77C6D; }
p { color: rgb(215,124,109); }
H1.HeaderClassName
{
color: #D77C6D;
}
.AnyTagClassName
{
color: #D77C6D;
}
</style>
background-color css
<style>
a { background-color: #D77C6D; }
a { background-color: rgb(215,124,109); }
div.DivClassName
{
background-color: #D77C6D;
}
.BgClassName
{
background-color: #D77C6D;
}
</style>
border-color css
<style>
span { border-color: #D77C6D; }
span { border-color: rgb(215,124,109); }
td.TdClassName
{
border-color: #D77C6D;
}
.TagClassName
{
border-color: #D77C6D;
}
</style>