#D97A6D

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

Shades of New York Pink #D97A6D

Tints of New York Pink #D97A6D

Color information

#D97A6D (or 0xD97A6D) is unknown color: approx New York Pink. HEX triplet: D9, 7A and 6D. RGB value is (217,122,109). Sum of RGB (Red+Green+Blue) = 217+122+109=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97A6D is #268592. Grayscale: #959595. Windows color (decimal): -2524563 or 7174873. OLE color: 7174873.

HSL color Cylindrical-coordinate representation of color #D97A6D: hue angle of 7.22º 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 #D97A6D is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB217122109-
CMYK00.440.500.15
HSL7.22º58.7%63.92%-
HSV(B)7.22º49.77%85.1%-
XYZ38.3429.7718.19-
YUV148.92105.47176.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.44%
GREEN value IS 122 (48.05% from 255) = 27.23%
BLUE value IS 109 (42.97% from 255) = 24.33%
R=48.44%
G=27.23%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712210900.440.500.157.2258.763.92
HexD97A6D02C32F73b40
Octal3311721550546217773100
Binary1101100111110101101101010110011001011111111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97A6D; }

 p { color: rgb(217,122,109); }

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

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

 a { background-color: rgb(217,122,109); }

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

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

 span { border-color: rgb(217,122,109); }

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