Html Css Color HEX #D97572 Geraldine

📋 copy color: '#D97572'

red 217 ◦ green 117 ◦ blue 114

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

Shades of Geraldine #D97572

Tints of Geraldine #D97572

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.12%

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

R = 48.44%
G = 26.12%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D97572 (or 0xD97572) is known color: Geraldine. HEX triplet: D9, 75 and 72. RGB value is (217,117,114). Sum of RGB (Red+Green+Blue) = 217+117+114=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D97572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97572 is #268A8D. Grayscale: #929292. Windows color (decimal): -2525838 or 7501273. OLE color: 7501273.

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

Color convert

RGB 217 117 114 -
CMYK 0 0.46 0.47 0.15
HSL 1.75º 0.58% 0.65% -
HSV(B) 1.75º 0.47% 0.85% -
XYZ 38.01 28.69 19.45 -
YUV 146.56 109.63 178.24 -
System Red Green Blue C M Y K H S L
Decimal 217 117 114 0 0.46 0.47 0.15 1.75 0.58 0.65
Hex D9 75 72 0 2E 2F F 2 3A 41
Octal 331 165 162 0 56 57 17 2 72 101
Binary 11011001 1110101 1110010 0 101110 101111 1111 10 111010 1000001

Color Harmonies of #D97572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97572

Black with #D97572

Text Example


Text Example

White with #D97572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97572; }

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

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

background-color css

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

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

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

border-color css

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

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

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