#D8C496

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

Shades of Raffia #D8C496

Tints of Raffia #D8C496

Color information

#D8C496 (or 0xD8C496) is unknown color: approx Raffia. HEX triplet: D8, C4 and 96. RGB value is (216,196,150). Sum of RGB (Red+Green+Blue) = 216+196+150=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C496 is #273B69. Grayscale: #C4C4C4. Windows color (decimal): -2571114 or 9880792. OLE color: 9880792.

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

Color convert

RGB216196150-
CMYK00.090.310.15
HSL41.82º45.83%71.76%-
HSV(B)41.82º30.56%84.71%-
XYZ53.5656.2836.89-
YUV196.74101.63141.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.43%
GREEN value IS 196 (76.95% from 255) = 34.88%
BLUE value IS 150 (58.98% from 255) = 26.69%
R=38.43%
G=34.88%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619615000.090.310.1541.8245.8371.76
HexD8C496091FF2a2e48
Octal33030422601137175256110
Binary110110001100010010010110010011111111111010101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C496; }

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

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

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

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

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

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

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

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