#D8C59F

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

Shades of Raffia #D8C59F

Tints of Raffia #D8C59F

Color information

#D8C59F (or 0xD8C59F) is unknown color: approx Raffia. HEX triplet: D8, C5 and 9F. RGB value is (216,197,159). Sum of RGB (Red+Green+Blue) = 216+197+159=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 159 (62.5% from 255 or 27.80% from 572); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C59F is #273A60. Grayscale: #C6C6C6. Windows color (decimal): -2570849 or 10470872. OLE color: 10470872.

HSL color Cylindrical-coordinate representation of color #D8C59F: hue angle of 40º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8C59F is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB216197159-
CMYK00.090.260.15
HSL40º42.22%73.53%-
HSV(B)40º26.39%84.71%-
XYZ54.5457.0340.93-
YUV198.35105.79140.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.76%
GREEN value IS 197 (77.34% from 255) = 34.44%
BLUE value IS 159 (62.5% from 255) = 27.80%
R=37.76%
G=34.44%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619715900.090.260.154042.2273.53
HexD8C59F091AF282a4a
Octal33030523701132175052112
Binary110110001100010110011111010011101011111010001010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C59F; }

 p { color: rgb(216,197,159); }

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

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

 a { background-color: rgb(216,197,159); }

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

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

 span { border-color: rgb(216,197,159); }

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