Html Css Color HEX #D97A70 New York Pink

📋 copy color: '#D97A70'

red 217 ◦ green 122 ◦ blue 112

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

Shades of New York Pink #D97A70

Tints of New York Pink #D97A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.05%

 BLUE value IS 112 (44.14% from 255) = 24.83%

R = 48.12%
G = 27.05%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D97A70 (or 0xD97A70) is known color: New York Pink. HEX triplet: D9, 7A and 70. RGB value is (217,122,112). Sum of RGB (Red+Green+Blue) = 217+122+112=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97A70 is #26858F. Grayscale: #959595. Windows color (decimal): -2524560 or 7371481. OLE color: 7371481.

HSL color Cylindrical-coordinate representation of color #D97A70: hue angle of 5.71º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D97A70 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 122 112 -
CMYK 0 0.44 0.48 0.15
HSL 5.71º 0.58% 0.65% -
HSV(B) 5.71º 0.48% 0.85% -
XYZ 38.5 29.84 19.06 -
YUV 149.27 106.97 176.31 -
System Red Green Blue C M Y K H S L
Decimal 217 122 112 0 0.44 0.48 0.15 5.71 0.58 0.65
Hex D9 7A 70 0 2C 30 F 6 3A 41
Octal 331 172 160 0 54 60 17 6 72 101
Binary 11011001 1111010 1110000 0 101100 110000 1111 110 111010 1000001

Color Harmonies of #D97A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97A70

Black with #D97A70

Text Example


Text Example

White with #D97A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97A70; }

 p { color: rgb(217,122,112); }

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

background-color css

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

 a { background-color: rgb(217,122,112); }

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

border-color css

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

 span { border-color: rgb(217,122,112); }

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