#D8C095

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

Shades of Raffia #D8C095

Tints of Raffia #D8C095

Color information

#D8C095 (or 0xD8C095) is unknown color: approx Raffia. HEX triplet: D8, C0 and 95. RGB value is (216,192,149). Sum of RGB (Red+Green+Blue) = 216+192+149=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C095 is #273F6A. Grayscale: #C2C2C2. Windows color (decimal): -2572139 or 9814232. OLE color: 9814232.

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

Color convert

RGB216192149-
CMYK00.110.310.15
HSL38.51º46.21%71.57%-
HSV(B)38.51º31.02%84.71%-
XYZ52.5954.4736.18-
YUV194.27102.45143.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.78%
GREEN value IS 192 (75.39% from 255) = 34.47%
BLUE value IS 149 (58.59% from 255) = 26.75%
R=38.78%
G=34.47%
B=26.75%

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
Decimal21619214900.110.310.1538.5146.2171.57
HexD8C0950B1FF272e48
Octal33030022501337174756110
Binary110110001100000010010101010111111111111001111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C095; }

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

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

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

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

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

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

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

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