Shades of New York Pink #D97A6C
Tints of New York Pink #D97A6C
RGB
CMYK
RGB Variations
Color information
#D97A6C (or 0xD97A6C) is known color: New York Pink. HEX triplet: D9, 7A and 6C. RGB value is (217,122,108). Sum of RGB (Red+Green+Blue) = 217+122+108=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97A6C is #268593. Grayscale: #949494. Windows color (decimal): -2524564 or 7109337. OLE color: 7109337.
HSL color Cylindrical-coordinate representation of color #D97A6C: hue angle of 7.71º degrees, saturation: 0.59, 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 #D97A6C is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 122 | 108 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.15 |
| HSL | 7.71º | 0.59% | 0.64% | - |
| HSV(B) | 7.71º | 0.5% | 0.85% | - |
| XYZ | 38.28 | 29.75 | 17.91 | - |
| YUV | 148.81 | 104.97 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 122 | 108 | 0 | 0.44 | 0.50 | 0.15 | 7.71 | 0.59 | 0.64 |
| Hex | D9 | 7A | 6C | 0 | 2C | 32 | F | 8 | 3B | 40 |
| Octal | 331 | 172 | 154 | 0 | 54 | 62 | 17 | 10 | 73 | 100 |
| Binary | 11011001 | 1111010 | 1101100 | 0 | 101100 | 110010 | 1111 | 1000 | 111011 | 1000000 |
Color Harmonies of #D97A6C
Complementary color
Monochromatic Colors of #D97A6C
Black with #D97A6C
Text Example
Text Example
White with #D97A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97A6C; }
p { color: rgb(217,122,108); }
H1.HeaderClassName
{
color: #D97A6C;
}
.AnyTagClassName
{
color: #D97A6C;
}
</style>
background-color css
<style>
a { background-color: #D97A6C; }
a { background-color: rgb(217,122,108); }
div.DivClassName
{
background-color: #D97A6C;
}
.BgClassName
{
background-color: #D97A6C;
}
</style>
border-color css
<style>
span { border-color: #D97A6C; }
span { border-color: rgb(217,122,108); }
td.TdClassName
{
border-color: #D97A6C;
}
.TagClassName
{
border-color: #D97A6C;
}
</style>