#D6C295

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

Shades of Raffia #D6C295

Tints of Raffia #D6C295

Color information

#D6C295 (or 0xD6C295) is unknown color: approx Raffia. HEX triplet: D6, C2 and 95. RGB value is (214,194,149). Sum of RGB (Red+Green+Blue) = 214+194+149=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C295 is #293D6A. Grayscale: #C3C3C3. Windows color (decimal): -2702699 or 9814742. OLE color: 9814742.

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

Color convert

RGB214194149-
CMYK00.090.300.16
HSL41.54º44.22%71.18%-
HSV(B)41.54º30.37%83.92%-
XYZ52.4555.0536.3-
YUV194.85102.13141.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.42%
GREEN value IS 194 (76.17% from 255) = 34.83%
BLUE value IS 149 (58.59% from 255) = 26.75%
R=38.42%
G=34.83%
B=26.75%

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
Decimal21419414900.090.300.1641.5444.2271.18
HexD6C295091E102a2c47
Octal32630222501136205254107
Binary1101011011000010100101010100111110100001010101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C295; }

 p { color: rgb(214,194,149); }

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

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

 a { background-color: rgb(214,194,149); }

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

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

 span { border-color: rgb(214,194,149); }

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