#D8706E

Color #D8706E Geraldine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geraldine #D8706E

Tints of Geraldine #D8706E

Color information

#D8706E (or 0xD8706E) is unknown color: approx 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

RGB216112110-
CMYK00.480.490.15
HSL1.13º57.61%63.92%-
HSV(B)1.13º49.07%84.71%-
XYZ36.9327.3118.08-
YUV142.87109.46180.16-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611211000.480.490.151.1357.6163.92
HexD8706E03031F13a40
Octal3301601560606117172100
Binary11011000111000011011100110000110001111111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>