#D8C49F

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

Shades of Raffia #D8C49F

Tints of Raffia #D8C49F

Color information

#D8C49F (or 0xD8C49F) is unknown color: approx Raffia. HEX triplet: D8, C4 and 9F. RGB value is (216,196,159). Sum of RGB (Red+Green+Blue) = 216+196+159=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 159 (62.5% from 255 or 27.85% from 571); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C49F is #273B60. Grayscale: #C5C5C5. Windows color (decimal): -2571105 or 10470616. OLE color: 10470616.

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

Color convert

RGB216196159-
CMYK00.090.260.15
HSL38.95º42.22%73.53%-
HSV(B)38.95º26.39%84.71%-
XYZ54.3256.5840.86-
YUV197.76106.13141.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.83%
GREEN value IS 196 (76.95% from 255) = 34.33%
BLUE value IS 159 (62.5% from 255) = 27.85%
R=37.83%
G=34.33%
B=27.85%

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
Decimal21619615900.090.260.1538.9542.2273.53
HexD8C49F091AF272a4a
Octal33030423701132174752112
Binary110110001100010010011111010011101011111001111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C49F; }

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

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

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

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

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

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

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

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