#D8726F

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

Shades of Geraldine #D8726F

Tints of Geraldine #D8726F

Color information

#D8726F (or 0xD8726F) is unknown color: approx Geraldine. HEX triplet: D8, 72 and 6F. RGB value is (216,114,111). Sum of RGB (Red+Green+Blue) = 216+114+111=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D8726F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8726F is #278D90. Grayscale: #909090. Windows color (decimal): -2592145 or 7303896. OLE color: 7303896.

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

Color convert

RGB216114111-
CMYK00.470.490.15
HSL1.71º57.38%64.12%-
HSV(B)1.71º48.61%84.71%-
XYZ37.2127.7818.44-
YUV144.16109.29179.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.98%
GREEN value IS 114 (44.92% from 255) = 25.85%
BLUE value IS 111 (43.75% from 255) = 25.17%
R=48.98%
G=25.85%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611411100.470.490.151.7157.3864.12
HexD8726F02F31F23940
Octal3301621570576117271100
Binary110110001110010110111101011111100011111101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8726F; }

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

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

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

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

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

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

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

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