#D8C097

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

Shades of Raffia #D8C097

Tints of Raffia #D8C097

Color information

#D8C097 (or 0xD8C097) is unknown color: approx Raffia. HEX triplet: D8, C0 and 97. RGB value is (216,192,151). Sum of RGB (Red+Green+Blue) = 216+192+151=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 151 (59.38% from 255 or 27.01% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C097 is #273F68. Grayscale: #C2C2C2. Windows color (decimal): -2572137 or 9945304. OLE color: 9945304.

HSL color Cylindrical-coordinate representation of color #D8C097: hue angle of 37.85º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8C097 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB216192151-
CMYK00.110.300.15
HSL37.85º45.45%71.96%-
HSV(B)37.85º30.09%84.71%-
XYZ52.7554.5337.02-
YUV194.5103.45143.33-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.64%
GREEN value IS 192 (75.39% from 255) = 34.35%
BLUE value IS 151 (59.38% from 255) = 27.01%
R=38.64%
G=34.35%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619215100.110.300.1537.8545.4571.96
HexD8C0970B1EF262d48
Octal33030022701336174655110
Binary110110001100000010010111010111111011111001101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C097; }

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

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

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

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

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

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

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

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