#DEC99C

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

Shades of Raffia #DEC99C

Tints of Raffia #DEC99C

Color information

#DEC99C (or 0xDEC99C) is unknown color: approx Raffia. HEX triplet: DE, C9 and 9C. RGB value is (222,201,156). Sum of RGB (Red+Green+Blue) = 222+201+156=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 156 (61.33% from 255 or 26.94% from 579); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC99C is #213663. Grayscale: #CACACA. Windows color (decimal): -2176612 or 10275294. OLE color: 10275294.

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

Color convert

RGB222201156-
CMYK00.090.300.13
HSL40.91º50%74.12%-
HSV(B)40.91º29.73%87.06%-
XYZ57.0159.739.97-
YUV202.15101.96142.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.34%
GREEN value IS 201 (78.91% from 255) = 34.72%
BLUE value IS 156 (61.33% from 255) = 26.94%
R=38.34%
G=34.72%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220115600.090.300.1340.915074.12
HexDEC99C091ED29324a
Octal33631123401136155162112
Binary110111101100100110011100010011111011011010011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC99C; }

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

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

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

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

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

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

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

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