#DEC39C

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

Shades of Raffia #DEC39C

Tints of Raffia #DEC39C

Color information

#DEC39C (or 0xDEC39C) is unknown color: approx Raffia. HEX triplet: DE, C3 and 9C. RGB value is (222,195,156). Sum of RGB (Red+Green+Blue) = 222+195+156=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 156 (61.33% from 255 or 27.23% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC39C is #213C63. Grayscale: #C6C6C6. Windows color (decimal): -2178148 or 10273758. OLE color: 10273758.

HSL color Cylindrical-coordinate representation of color #DEC39C: hue angle of 35.45º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEC39C is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB222195156-
CMYK00.120.300.13
HSL35.45º50%74.12%-
HSV(B)35.45º29.73%87.06%-
XYZ55.6456.9639.51-
YUV198.63103.95144.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.74%
GREEN value IS 195 (76.56% from 255) = 34.03%
BLUE value IS 156 (61.33% from 255) = 27.23%
R=38.74%
G=34.03%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219515600.120.300.1335.455074.12
HexDEC39C0C1ED23324a
Octal33630323401436154362112
Binary110111101100001110011100011001111011011000111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC39C; }

 p { color: rgb(222,195,156); }

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

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

 a { background-color: rgb(222,195,156); }

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

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

 span { border-color: rgb(222,195,156); }

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