#D97D69

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

Shades of New York Pink #D97D69

Tints of New York Pink #D97D69

Color information

#D97D69 (or 0xD97D69) is unknown color: approx New York Pink. HEX triplet: D9, 7D and 69. RGB value is (217,125,105). Sum of RGB (Red+Green+Blue) = 217+125+105=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97D69 is #268296. Grayscale: #969696. Windows color (decimal): -2523799 or 6913497. OLE color: 6913497.

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

Color convert

RGB217125105-
CMYK00.420.520.15
HSL10.71º59.57%63.14%-
HSV(B)10.71º51.61%85.1%-
XYZ38.530.4417.21-
YUV150.23102.48175.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.55%
GREEN value IS 125 (49.22% from 255) = 27.96%
BLUE value IS 105 (41.41% from 255) = 23.49%
R=48.55%
G=27.96%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712510500.420.520.1510.7159.5763.14
HexD97D6902A34Fb3c3f
Octal3311751510526417137477
Binary1101100111111011101001010101011010011111011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97D69; }

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

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

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

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

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

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

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

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