#D6C396

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

Shades of Raffia #D6C396

Tints of Raffia #D6C396

Color information

#D6C396 (or 0xD6C396) is unknown color: approx Raffia. HEX triplet: D6, C3 and 96. RGB value is (214,195,150). Sum of RGB (Red+Green+Blue) = 214+195+150=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 150 (58.98% from 255 or 26.83% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C396 is #293C69. Grayscale: #C3C3C3. Windows color (decimal): -2702442 or 9880534. OLE color: 9880534.

HSL color Cylindrical-coordinate representation of color #D6C396: hue angle of 42.19º 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 #D6C396 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB214195150-
CMYK00.090.300.16
HSL42.19º43.84%71.37%-
HSV(B)42.19º29.91%83.92%-
XYZ52.7555.5336.79-
YUV195.55102.29141.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.28%
GREEN value IS 195 (76.56% from 255) = 34.88%
BLUE value IS 150 (58.98% from 255) = 26.83%
R=38.28%
G=34.88%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419515000.090.300.1642.1943.8471.37
HexD6C396091E102a2c47
Octal32630322601136205254107
Binary1101011011000011100101100100111110100001010101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C396; }

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

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

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

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

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

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

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

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