#D6C094

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

Shades of Raffia #D6C094

Tints of Raffia #D6C094

Color information

#D6C094 (or 0xD6C094) is unknown color: approx Raffia. HEX triplet: D6, C0 and 94. RGB value is (214,192,148). Sum of RGB (Red+Green+Blue) = 214+192+148=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 148 (58.20% from 255 or 26.71% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C094 is #293F6B. Grayscale: #C1C1C1. Windows color (decimal): -2703212 or 9748694. OLE color: 9748694.

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

Color convert

RGB214192148-
CMYK00.100.310.16
HSL40º44.59%70.98%-
HSV(B)40º30.84%83.92%-
XYZ51.9354.1335.73-
YUV193.56102.29142.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.63%
GREEN value IS 192 (75.39% from 255) = 34.66%
BLUE value IS 148 (58.20% from 255) = 26.71%
R=38.63%
G=34.66%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419214800.100.310.164044.5970.98
HexD6C0940A1F10282d47
Octal32630022401237205055107
Binary1101011011000000100101000101011111100001010001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C094; }

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

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

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

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

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

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

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

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