Html Css Color HEX #D8706E Geraldine

📋 copy color: '#D8706E'

red 216 ◦ green 112 ◦ blue 110

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

Shades of Geraldine #D8706E

Tints of Geraldine #D8706E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.11%

R = 49.32%
G = 25.57%
B = 25.11%

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

#D8706E (or 0xD8706E) is known color: Geraldine. HEX triplet: D8, 70 and 6E. RGB value is (216,112,110). Sum of RGB (Red+Green+Blue) = 216+112+110=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D8706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8706E is #278F91. Grayscale: #8E8E8E. Windows color (decimal): -2592658 or 7237848. OLE color: 7237848.

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

Color convert

RGB 216 112 110 -
CMYK 0 0.48 0.49 0.15
HSL 1.13º 0.58% 0.64% -
HSV(B) 1.13º 0.49% 0.85% -
XYZ 36.93 27.31 18.08 -
YUV 142.87 109.46 180.16 -
System Red Green Blue C M Y K H S L
Decimal 216 112 110 0 0.48 0.49 0.15 1.13 0.58 0.64
Hex D8 70 6E 0 30 31 F 1 3A 40
Octal 330 160 156 0 60 61 17 1 72 100
Binary 11011000 1110000 1101110 0 110000 110001 1111 1 111010 1000000

Color Harmonies of #D8706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8706E

Black with #D8706E

Text Example


Text Example

White with #D8706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8706E; }

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

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

background-color css

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

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

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

border-color css

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

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

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