#D9706F

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

Shades of Geraldine #D9706F

Tints of Geraldine #D9706F

Color information

#D9706F (or 0xD9706F) is unknown color: approx Geraldine. HEX triplet: D9, 70 and 6F. RGB value is (217,112,111). Sum of RGB (Red+Green+Blue) = 217+112+111=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D9706F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9706F is #268F90. Grayscale: #8F8F8F. Windows color (decimal): -2527121 or 7303385. OLE color: 7303385.

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

Color convert

RGB217112111-
CMYK00.480.490.15
HSL0.57º58.24%64.31%-
HSV(B)0.57º48.85%85.1%-
XYZ37.2827.4918.38-
YUV143.28109.79180.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.32%
GREEN value IS 112 (44.14% from 255) = 25.45%
BLUE value IS 111 (43.75% from 255) = 25.23%
R=49.32%
G=25.45%
B=25.23%

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
Decimal21711211100.480.490.150.5758.2464.31
HexD9706F03031F13a40
Octal3311601570606117172100
Binary11011001111000011011110110000110001111111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9706F; }

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

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

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

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

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

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

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

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