Html Css Color HEX #D97470 Geraldine

📋 copy color: '#D97470'

red 217 ◦ green 116 ◦ blue 112

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

Shades of Geraldine #D97470

Tints of Geraldine #D97470

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.07%

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

R = 48.76%
G = 26.07%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D97470 (or 0xD97470) is known color: Geraldine. HEX triplet: D9, 74 and 70. RGB value is (217,116,112). Sum of RGB (Red+Green+Blue) = 217+116+112=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D97470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97470 is #268B8F. Grayscale: #919191. Windows color (decimal): -2526096 or 7369945. OLE color: 7369945.

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

Color convert

RGB 217 116 112 -
CMYK 0 0.47 0.48 0.15
HSL 2.29º 0.58% 0.65% -
HSV(B) 2.29º 0.48% 0.85% -
XYZ 37.79 28.41 18.82 -
YUV 145.74 108.96 178.83 -
System Red Green Blue C M Y K H S L
Decimal 217 116 112 0 0.47 0.48 0.15 2.29 0.58 0.65
Hex D9 74 70 0 2F 30 F 2 3A 41
Octal 331 164 160 0 57 60 17 2 72 101
Binary 11011001 1110100 1110000 0 101111 110000 1111 10 111010 1000001

Color Harmonies of #D97470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97470

Black with #D97470

Text Example


Text Example

White with #D97470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97470; }

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

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

background-color css

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

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

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

border-color css

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

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

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