Html Css Color HEX #D97773 Geraldine

📋 copy color: '#D97773'

red 217 ◦ green 119 ◦ blue 115

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

Shades of Geraldine #D97773

Tints of Geraldine #D97773

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.39%

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

R = 48.12%
G = 26.39%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D97773 (or 0xD97773) is known color: Geraldine. HEX triplet: D9, 77 and 73. RGB value is (217,119,115). Sum of RGB (Red+Green+Blue) = 217+119+115=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D97773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97773 is #26888C. Grayscale: #939393. Windows color (decimal): -2525325 or 7567321. OLE color: 7567321.

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

Color convert

RGB 217 119 115 -
CMYK 0 0.45 0.47 0.15
HSL 2.35º 0.57% 0.65% -
HSV(B) 2.35º 0.47% 0.85% -
XYZ 38.31 29.18 19.83 -
YUV 147.85 109.47 177.33 -
System Red Green Blue C M Y K H S L
Decimal 217 119 115 0 0.45 0.47 0.15 2.35 0.57 0.65
Hex D9 77 73 0 2D 2F F 2 39 41
Octal 331 167 163 0 55 57 17 2 71 101
Binary 11011001 1110111 1110011 0 101101 101111 1111 10 111001 1000001

Color Harmonies of #D97773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97773

Black with #D97773

Text Example


Text Example

White with #D97773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97773; }

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

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

background-color css

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

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

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

border-color css

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

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

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