Shades of New York Pink #D97D68
Tints of New York Pink #D97D68
RGB
CMYK
RGB Variations
Color information
#D97D68 (or 0xD97D68) is known color: New York Pink. HEX triplet: D9, 7D and 68. RGB value is (217,125,104). Sum of RGB (Red+Green+Blue) = 217+125+104=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97D68 is #268297. Grayscale: #969696. Windows color (decimal): -2523800 or 6847961. OLE color: 6847961.
HSL color Cylindrical-coordinate representation of color #D97D68: hue angle of 11.15º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D97D68 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 125 | 104 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.15 |
| HSL | 11.15º | 0.6% | 0.63% | - |
| HSV(B) | 11.15º | 0.52% | 0.85% | - |
| XYZ | 38.45 | 30.42 | 16.94 | - |
| YUV | 150.11 | 101.98 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 125 | 104 | 0 | 0.42 | 0.52 | 0.15 | 11.15 | 0.6 | 0.63 |
| Hex | D9 | 7D | 68 | 0 | 2A | 34 | F | B | 3C | 3F |
| Octal | 331 | 175 | 150 | 0 | 52 | 64 | 17 | 13 | 74 | 77 |
| Binary | 11011001 | 1111101 | 1101000 | 0 | 101010 | 110100 | 1111 | 1011 | 111100 | 111111 |
Color Harmonies of #D97D68
Complementary color
Monochromatic Colors of #D97D68
Black with #D97D68
Text Example
Text Example
White with #D97D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97D68; }
p { color: rgb(217,125,104); }
H1.HeaderClassName
{
color: #D97D68;
}
.AnyTagClassName
{
color: #D97D68;
}
</style>
background-color css
<style>
a { background-color: #D97D68; }
a { background-color: rgb(217,125,104); }
div.DivClassName
{
background-color: #D97D68;
}
.BgClassName
{
background-color: #D97D68;
}
</style>
border-color css
<style>
span { border-color: #D97D68; }
span { border-color: rgb(217,125,104); }
td.TdClassName
{
border-color: #D97D68;
}
.TagClassName
{
border-color: #D97D68;
}
</style>