#D97B6D

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

Shades of New York Pink #D97B6D

Tints of New York Pink #D97B6D

Color information

#D97B6D (or 0xD97B6D) is unknown color: approx New York Pink. HEX triplet: D9, 7B and 6D. RGB value is (217,123,109). Sum of RGB (Red+Green+Blue) = 217+123+109=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D97B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97B6D is #268492. Grayscale: #959595. Windows color (decimal): -2524307 or 7175129. OLE color: 7175129.

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

Color convert

RGB217123109-
CMYK00.430.500.15
HSL7.78º58.7%63.92%-
HSV(B)7.78º49.77%85.1%-
XYZ38.4630.0218.24-
YUV149.51105.14176.14-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.33%
GREEN value IS 123 (48.44% from 255) = 27.39%
BLUE value IS 109 (42.97% from 255) = 24.28%
R=48.33%
G=27.39%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712310900.430.500.157.7858.763.92
HexD97B6D02B32F83b40
Octal33117315505362171073100
Binary11011001111101111011010101011110010111110001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97B6D; }

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

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

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

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

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

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

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

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