#D8C59A

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

Shades of Raffia #D8C59A

Tints of Raffia #D8C59A

Color information

#D8C59A (or 0xD8C59A) is unknown color: approx Raffia. HEX triplet: D8, C5 and 9A. RGB value is (216,197,154). Sum of RGB (Red+Green+Blue) = 216+197+154=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 154 (60.55% from 255 or 27.16% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C59A is #273A65. Grayscale: #C5C5C5. Windows color (decimal): -2570854 or 10143192. OLE color: 10143192.

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

Color convert

RGB216197154-
CMYK00.090.290.15
HSL41.61º44.29%72.55%-
HSV(B)41.61º28.7%84.71%-
XYZ54.1256.8638.7-
YUV197.78103.29141-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.10%
GREEN value IS 197 (77.34% from 255) = 34.74%
BLUE value IS 154 (60.55% from 255) = 27.16%
R=38.10%
G=34.74%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619715400.090.290.1541.6144.2972.55
HexD8C59A091DF2a2c49
Octal33030523201135175254111
Binary110110001100010110011010010011110111111010101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C59A; }

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

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

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

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

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

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

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

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