Shades of New York Pink #D97B74
Tints of New York Pink #D97B74
RGB
CMYK
RGB Variations
Color information
#D97B74 (or 0xD97B74) is known color: New York Pink. HEX triplet: D9, 7B and 74. RGB value is (217,123,116). Sum of RGB (Red+Green+Blue) = 217+123+116=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D97B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97B74 is #26848B. Grayscale: #969696. Windows color (decimal): -2524300 or 7633881. OLE color: 7633881.
HSL color Cylindrical-coordinate representation of color #D97B74: hue angle of 4.16º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D97B74 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 123 | 116 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.15 |
| HSL | 4.16º | 0.57% | 0.65% | - |
| HSV(B) | 4.16º | 0.47% | 0.85% | - |
| XYZ | 38.85 | 30.18 | 20.3 | - |
| YUV | 150.31 | 108.64 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 123 | 116 | 0 | 0.43 | 0.47 | 0.15 | 4.16 | 0.57 | 0.65 |
| Hex | D9 | 7B | 74 | 0 | 2B | 2F | F | 4 | 39 | 41 |
| Octal | 331 | 173 | 164 | 0 | 53 | 57 | 17 | 4 | 71 | 101 |
| Binary | 11011001 | 1111011 | 1110100 | 0 | 101011 | 101111 | 1111 | 100 | 111001 | 1000001 |
Color Harmonies of #D97B74
Complementary color
Monochromatic Colors of #D97B74
Black with #D97B74
Text Example
Text Example
White with #D97B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97B74; }
p { color: rgb(217,123,116); }
H1.HeaderClassName
{
color: #D97B74;
}
.AnyTagClassName
{
color: #D97B74;
}
</style>
background-color css
<style>
a { background-color: #D97B74; }
a { background-color: rgb(217,123,116); }
div.DivClassName
{
background-color: #D97B74;
}
.BgClassName
{
background-color: #D97B74;
}
</style>
border-color css
<style>
span { border-color: #D97B74; }
span { border-color: rgb(217,123,116); }
td.TdClassName
{
border-color: #D97B74;
}
.TagClassName
{
border-color: #D97B74;
}
</style>