#D8716E

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

Shades of Geraldine #D8716E

Tints of Geraldine #D8716E

Color information

#D8716E (or 0xD8716E) is unknown color: approx Geraldine. HEX triplet: D8, 71 and 6E. RGB value is (216,113,110). Sum of RGB (Red+Green+Blue) = 216+113+110=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D8716E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8716E is #278E91. Grayscale: #8F8F8F. Windows color (decimal): -2592402 or 7238104. OLE color: 7238104.

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

Color convert

RGB216113110-
CMYK00.480.490.15
HSL1.7º57.61%63.92%-
HSV(B)1.7º49.07%84.71%-
XYZ37.0427.5318.11-
YUV143.46109.12179.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.20%
GREEN value IS 113 (44.53% from 255) = 25.74%
BLUE value IS 110 (43.36% from 255) = 25.06%
R=49.20%
G=25.74%
B=25.06%

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
Decimal21611311000.480.490.151.757.6163.92
HexD8716E03031F23a40
Octal3301611560606117272100
Binary110110001110001110111001100001100011111101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8716E; }

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

 H1.HeaderClassName
 {
   color: #D8716E;
 }
 .AnyTagClassName
 {
   color: #D8716E;
 }
</style>
background-color css

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

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

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

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

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

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