Html Css Color HEX #D97D72 New York Pink

📋 copy color: '#D97D72'

red 217 ◦ green 125 ◦ blue 114

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

Shades of New York Pink #D97D72

Tints of New York Pink #D97D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25%

R = 47.59%
G = 27.41%
B = 25%

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

#D97D72 (or 0xD97D72) is known color: New York Pink. HEX triplet: D9, 7D and 72. RGB value is (217,125,114). Sum of RGB (Red+Green+Blue) = 217+125+114=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97D72 is #26828D. Grayscale: #979797. Windows color (decimal): -2523790 or 7503321. OLE color: 7503321.

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

Color convert

RGB 217 125 114 -
CMYK 0 0.42 0.47 0.15
HSL 6.41º 0.58% 0.65% -
HSV(B) 6.41º 0.47% 0.85% -
XYZ 38.99 30.63 19.78 -
YUV 151.25 106.98 174.89 -
System Red Green Blue C M Y K H S L
Decimal 217 125 114 0 0.42 0.47 0.15 6.41 0.58 0.65
Hex D9 7D 72 0 2A 2F F 6 3A 41
Octal 331 175 162 0 52 57 17 6 72 101
Binary 11011001 1111101 1110010 0 101010 101111 1111 110 111010 1000001

Color Harmonies of #D97D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97D72

Black with #D97D72

Text Example


Text Example

White with #D97D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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