#DEC49C

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

Shades of Raffia #DEC49C

Tints of Raffia #DEC49C

Color information

#DEC49C (or 0xDEC49C) is unknown color: approx Raffia. HEX triplet: DE, C4 and 9C. RGB value is (222,196,156). Sum of RGB (Red+Green+Blue) = 222+196+156=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 156 (61.33% from 255 or 27.18% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC49C is #213B63. Grayscale: #C7C7C7. Windows color (decimal): -2177892 or 10274014. OLE color: 10274014.

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

Color convert

RGB222196156-
CMYK00.120.300.13
HSL36.36º50%74.12%-
HSV(B)36.36º29.73%87.06%-
XYZ55.8657.4139.59-
YUV199.21103.61144.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.68%
GREEN value IS 196 (76.95% from 255) = 34.15%
BLUE value IS 156 (61.33% from 255) = 27.18%
R=38.68%
G=34.15%
B=27.18%

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
Decimal22219615600.120.300.1336.365074.12
HexDEC49C0C1ED24324a
Octal33630423401436154462112
Binary110111101100010010011100011001111011011001001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC49C; }

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

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

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

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

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

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

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

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