Html Css Color HEX #D8706F Geraldine

📋 copy color: '#D8706F'

red 216 ◦ green 112 ◦ blue 111

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

Shades of Geraldine #D8706F

Tints of Geraldine #D8706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.51%

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

R = 49.2%
G = 25.51%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8706F (or 0xD8706F) is known color: Geraldine. HEX triplet: D8, 70 and 6F. RGB value is (216,112,111). Sum of RGB (Red+Green+Blue) = 216+112+111=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D8706F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8706F is #278F90. Grayscale: #8F8F8F. Windows color (decimal): -2592657 or 7303384. OLE color: 7303384.

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

Color convert

RGB 216 112 111 -
CMYK 0 0.48 0.49 0.15
HSL 0.57º 0.57% 0.64% -
HSV(B) 0.57º 0.49% 0.85% -
XYZ 36.98 27.33 18.37 -
YUV 142.98 109.96 180.08 -
System Red Green Blue C M Y K H S L
Decimal 216 112 111 0 0.48 0.49 0.15 0.57 0.57 0.64
Hex D8 70 6F 0 30 31 F 1 39 40
Octal 330 160 157 0 60 61 17 1 71 100
Binary 11011000 1110000 1101111 0 110000 110001 1111 1 111001 1000000

Color Harmonies of #D8706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8706F

Black with #D8706F

Text Example


Text Example

White with #D8706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8706F; }

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

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

background-color css

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

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

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

border-color css

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

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

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