#D6C096

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

Shades of Raffia #D6C096

Tints of Raffia #D6C096

Color information

#D6C096 (or 0xD6C096) is unknown color: approx Raffia. HEX triplet: D6, C0 and 96. RGB value is (214,192,150). Sum of RGB (Red+Green+Blue) = 214+192+150=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 150 (58.98% from 255 or 26.98% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C096 is #293F69. Grayscale: #C1C1C1. Windows color (decimal): -2703210 or 9879766. OLE color: 9879766.

HSL color Cylindrical-coordinate representation of color #D6C096: hue angle of 39.38º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6C096 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB214192150-
CMYK00.100.300.16
HSL39.38º43.84%71.37%-
HSV(B)39.38º29.91%83.92%-
XYZ52.0954.236.57-
YUV193.79103.29142.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.49%
GREEN value IS 192 (75.39% from 255) = 34.53%
BLUE value IS 150 (58.98% from 255) = 26.98%
R=38.49%
G=34.53%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419215000.100.300.1639.3843.8471.37
HexD6C0960A1E10272c47
Octal32630022601236204754107
Binary1101011011000000100101100101011110100001001111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C096; }

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

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

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

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

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

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

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

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