Html Css Color HEX #D7716D Geraldine

📋 copy color: '#D7716D'

red 215 ◦ green 113 ◦ blue 109

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

Shades of Geraldine #D7716D

Tints of Geraldine #D7716D

RGB

 RED value IS 215 (84.38% from 255) = 49.2%

 GREEN value IS 113 (44.53% from 255) = 25.86%

 BLUE value IS 109 (42.97% from 255) = 24.94%

R = 49.2%
G = 25.86%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7716D (or 0xD7716D) is known color: Geraldine. HEX triplet: D7, 71 and 6D. RGB value is (215,113,109). Sum of RGB (Red+Green+Blue) = 215+113+109=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D7716D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7716D is #288E92. Grayscale: #8F8F8F. Windows color (decimal): -2657939 or 7172567. OLE color: 7172567.

HSL color Cylindrical-coordinate representation of color #D7716D: hue angle of 2.26º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D7716D is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 113 109 -
CMYK 0 0.47 0.49 0.16
HSL 2.26º 0.57% 0.64% -
HSV(B) 2.26º 0.49% 0.84% -
XYZ 36.69 27.36 17.82 -
YUV 143.04 108.79 179.33 -
System Red Green Blue C M Y K H S L
Decimal 215 113 109 0 0.47 0.49 0.16 2.26 0.57 0.64
Hex D7 71 6D 0 2F 31 10 2 39 40
Octal 327 161 155 0 57 61 20 2 71 100
Binary 11010111 1110001 1101101 0 101111 110001 10000 10 111001 1000000

Color Harmonies of #D7716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7716D

Black with #D7716D

Text Example


Text Example

White with #D7716D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7716D; }

 p { color: rgb(215,113,109); }

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

background-color css

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

 a { background-color: rgb(215,113,109); }

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

border-color css

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

 span { border-color: rgb(215,113,109); }

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