#d8c49c

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

Shades of Raffia #D8C49C

Tints of Raffia #D8C49C

Color information

#D8C49C (or 0xD8C49C) is unknown color: approx Raffia. HEX triplet: D8, C4 and 9C. RGB value is (216,196,156). Sum of RGB (Red+Green+Blue) = 216+196+156=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 156 (61.33% from 255 or 27.46% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C49C is #273B63. Grayscale: #C5C5C5. Windows color (decimal): -2571108 or 10274008. OLE color: 10274008.

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

Color convert

RGB216196156-
CMYK00.090.280.15
HSL40º43.48%72.94%-
HSV(B)40º27.78%84.71%-
XYZ54.0656.4839.5-
YUV197.42104.63141.25-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.03%
GREEN value IS 196 (76.95% from 255) = 34.51%
BLUE value IS 156 (61.33% from 255) = 27.46%
R=38.03%
G=34.51%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619615600.090.280.154043.4872.94
HexD8C49C091CF282b49
Octal33030423401134175053111
Binary110110001100010010011100010011110011111010001010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8c49c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8c49c; }

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

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

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

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

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

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

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

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