#D9C496

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

Shades of Raffia #D9C496

Tints of Raffia #D9C496

Color information

#D9C496 (or 0xD9C496) is unknown color: approx Raffia. HEX triplet: D9, C4 and 96. RGB value is (217,196,150). Sum of RGB (Red+Green+Blue) = 217+196+150=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C496 is #263B69. Grayscale: #C5C5C5. Windows color (decimal): -2505578 or 9880793. OLE color: 9880793.

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

Color convert

RGB217196150-
CMYK00.100.310.15
HSL41.19º46.85%71.96%-
HSV(B)41.19º30.88%85.1%-
XYZ53.8656.4336.91-
YUV197.04101.46142.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.54%
GREEN value IS 196 (76.95% from 255) = 34.81%
BLUE value IS 150 (58.98% from 255) = 26.64%
R=38.54%
G=34.81%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719615000.100.310.1541.1946.8571.96
HexD9C4960A1FF292f48
Octal33130422601237175157110
Binary110110011100010010010110010101111111111010011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C496; }

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

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

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

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

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

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

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

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