#D97B72

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

Shades of New York Pink #D97B72

Tints of New York Pink #D97B72

Color information

#D97B72 (or 0xD97B72) is unknown color: approx New York Pink. HEX triplet: D9, 7B and 72. RGB value is (217,123,114). Sum of RGB (Red+Green+Blue) = 217+123+114=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D97B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97B72 is #26848D. Grayscale: #969696. Windows color (decimal): -2524302 or 7502809. OLE color: 7502809.

HSL color Cylindrical-coordinate representation of color #D97B72: hue angle of 5.24º degrees, saturation: 0.58, 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 #D97B72 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB217123114-
CMYK00.430.470.15
HSL5.24º57.54%64.9%-
HSV(B)5.24º47.47%85.1%-
XYZ38.7430.1319.69-
YUV150.08107.64175.73-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.80%
GREEN value IS 123 (48.44% from 255) = 27.09%
BLUE value IS 114 (44.92% from 255) = 25.11%
R=47.80%
G=27.09%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712311400.430.470.155.2457.5464.9
HexD97B7202B2FF53a41
Octal3311731620535717572101
Binary1101100111110111110010010101110111111111011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97B72; }

 p { color: rgb(217,123,114); }

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

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

 a { background-color: rgb(217,123,114); }

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

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

 span { border-color: rgb(217,123,114); }

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