#D97D76

Color #D97D76 New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #D97D76

Tints of New York Pink #D97D76

Color information

#D97D76 (or 0xD97D76) is unknown color: approx New York Pink. HEX triplet: D9, 7D and 76. RGB value is (217,125,118). Sum of RGB (Red+Green+Blue) = 217+125+118=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97D76 is #268289. Grayscale: #979797. Windows color (decimal): -2523786 or 7765465. OLE color: 7765465.

HSL color Cylindrical-coordinate representation of color #D97D76: hue angle of 4.24º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D97D76 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB217125118-
CMYK00.420.460.15
HSL4.24º56.57%65.69%-
HSV(B)4.24º45.62%85.1%-
XYZ39.2230.7321-
YUV151.71108.98174.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 47.17%
GREEN value IS 125 (49.22% from 255) = 27.17%
BLUE value IS 118 (46.48% from 255) = 25.65%
R=47.17%
G=27.17%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712511800.420.460.154.2456.5765.69
HexD97D7602A2EF43942
Octal3311751660525617471102
Binary1101100111111011110110010101010111011111001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97D76; }

 p { color: rgb(217,125,118); }

 H1.HeaderClassName
 {
   color: #D97D76;
 }
 .AnyTagClassName
 {
   color: #D97D76;
 }
</style>
background-color css

<style>
 a { background-color: #D97D76; }

 a { background-color: rgb(217,125,118); }

 div.DivClassName
 {
   background-color: #D97D76;
 }
 .BgClassName
 {
   background-color: #D97D76;
 }
</style>
border-color css

<style>
 span { border-color: #D97D76; }

 span { border-color: rgb(217,125,118); }

 td.TdClassName
 {
   border-color: #D97D76;
 }
 .TagClassName
 {
   border-color: #D97D76;
 }
</style>