Html Css Color HEX #D8756F Geraldine

📋 copy color: '#D8756F'

red 216 ◦ green 117 ◦ blue 111

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

Shades of Geraldine #D8756F

Tints of Geraldine #D8756F

RGB

 RED value IS 216 (84.77% from 255) = 48.65%

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

 BLUE value IS 111 (43.75% from 255) = 25%

R = 48.65%
G = 26.35%
B = 25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8756F (or 0xD8756F) is known color: Geraldine. HEX triplet: D8, 75 and 6F. RGB value is (216,117,111). Sum of RGB (Red+Green+Blue) = 216+117+111=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D8756F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8756F is #278A90. Grayscale: #929292. Windows color (decimal): -2591377 or 7304664. OLE color: 7304664.

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

Color convert

RGB 216 117 111 -
CMYK 0 0.46 0.49 0.15
HSL 3.43º 0.57% 0.64% -
HSV(B) 3.43º 0.49% 0.85% -
XYZ 37.55 28.47 18.55 -
YUV 145.92 108.3 177.99 -
System Red Green Blue C M Y K H S L
Decimal 216 117 111 0 0.46 0.49 0.15 3.43 0.57 0.64
Hex D8 75 6F 0 2E 31 F 3 39 40
Octal 330 165 157 0 56 61 17 3 71 100
Binary 11011000 1110101 1101111 0 101110 110001 1111 11 111001 1000000

Color Harmonies of #D8756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8756F

Black with #D8756F

Text Example


Text Example

White with #D8756F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8756F; }

 p { color: rgb(216,117,111); }

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

background-color css

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

 a { background-color: rgb(216,117,111); }

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

border-color css

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

 span { border-color: rgb(216,117,111); }

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