#D97B6A

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

Shades of New York Pink #D97B6A

Tints of New York Pink #D97B6A

Color information

#D97B6A (or 0xD97B6A) is unknown color: approx New York Pink. HEX triplet: D9, 7B and 6A. RGB value is (217,123,106). Sum of RGB (Red+Green+Blue) = 217+123+106=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D97B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97B6A is #268495. Grayscale: #959595. Windows color (decimal): -2524310 or 6978521. OLE color: 6978521.

HSL color Cylindrical-coordinate representation of color #D97B6A: hue angle of 9.19º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D97B6A is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB217123106-
CMYK00.430.510.15
HSL9.19º59.36%63.33%-
HSV(B)9.19º51.15%85.1%-
XYZ38.329.9617.4-
YUV149.17103.64176.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.65%
GREEN value IS 123 (48.44% from 255) = 27.58%
BLUE value IS 106 (41.80% from 255) = 23.77%
R=48.65%
G=27.58%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712310600.430.510.159.1959.3663.33
HexD97B6A02B33F93b3f
Octal3311731520536317117377
Binary1101100111110111101010010101111001111111001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97B6A; }

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

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

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

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

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

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

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

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