#D8C096

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

Shades of Raffia #D8C096

Tints of Raffia #D8C096

Color information

#D8C096 (or 0xD8C096) is unknown color: approx Raffia. HEX triplet: D8, C0 and 96. RGB value is (216,192,150). Sum of RGB (Red+Green+Blue) = 216+192+150=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C096 is #273F69. Grayscale: #C2C2C2. Windows color (decimal): -2572138 or 9879768. OLE color: 9879768.

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

Color convert

RGB216192150-
CMYK00.110.310.15
HSL38.18º45.83%71.76%-
HSV(B)38.18º30.56%84.71%-
XYZ52.6754.536.6-
YUV194.39102.95143.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.71%
GREEN value IS 192 (75.39% from 255) = 34.41%
BLUE value IS 150 (58.98% from 255) = 26.88%
R=38.71%
G=34.41%
B=26.88%

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
Decimal21619215000.110.310.1538.1845.8371.76
HexD8C0960B1FF262e48
Octal33030022601337174656110
Binary110110001100000010010110010111111111111001101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C096; }

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

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

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

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

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

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

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

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