#D8C196

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

Shades of Raffia #D8C196

Tints of Raffia #D8C196

Color information

#D8C196 (or 0xD8C196) is unknown color: approx Raffia. HEX triplet: D8, C1 and 96. RGB value is (216,193,150). Sum of RGB (Red+Green+Blue) = 216+193+150=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 150 (58.98% from 255 or 26.83% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C196 is #273E69. Grayscale: #C3C3C3. Windows color (decimal): -2571882 or 9880024. OLE color: 9880024.

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

Color convert

RGB216193150-
CMYK00.110.310.15
HSL39.09º45.83%71.76%-
HSV(B)39.09º30.56%84.71%-
XYZ52.8954.9436.67-
YUV194.98102.62143-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.64%
GREEN value IS 193 (75.78% from 255) = 34.53%
BLUE value IS 150 (58.98% from 255) = 26.83%
R=38.64%
G=34.53%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619315000.110.310.1539.0945.8371.76
HexD8C1960B1FF272e48
Octal33030122601337174756110
Binary110110001100000110010110010111111111111001111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C196; }

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

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

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

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

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

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

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

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