Html Css Color HEX #D97D73 New York Pink

📋 copy color: '#D97D73'

red 217 ◦ green 125 ◦ blue 115

#D97D73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New York Pink #D97D73

Tints of New York Pink #D97D73

RGB

 RED value IS 217 (85.16% from 255) = 47.48%

 GREEN value IS 125 (49.22% from 255) = 27.35%

 BLUE value IS 115 (45.31% from 255) = 25.16%

R = 47.48%
G = 27.35%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D97D73 (or 0xD97D73) is known color: New York Pink. HEX triplet: D9, 7D and 73. RGB value is (217,125,115). Sum of RGB (Red+Green+Blue) = 217+125+115=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97D73 is #26828C. Grayscale: #979797. Windows color (decimal): -2523789 or 7568857. OLE color: 7568857.

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

Color convert

RGB 217 125 115 -
CMYK 0 0.42 0.47 0.15
HSL 5.88º 0.57% 0.65% -
HSV(B) 5.88º 0.47% 0.85% -
XYZ 39.04 30.66 20.08 -
YUV 151.37 107.48 174.81 -
System Red Green Blue C M Y K H S L
Decimal 217 125 115 0 0.42 0.47 0.15 5.88 0.57 0.65
Hex D9 7D 73 0 2A 2F F 6 39 41
Octal 331 175 163 0 52 57 17 6 71 101
Binary 11011001 1111101 1110011 0 101010 101111 1111 110 111001 1000001

Color Harmonies of #D97D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97D73

Black with #D97D73

Text Example


Text Example

White with #D97D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97D73; }

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

 H1.HeaderClassName
 {
   color: #D97D73;
 }
 .AnyTagClassName
 {
   color: #D97D73;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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