#DEC09C

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

Shades of Raffia #DEC09C

Tints of Raffia #DEC09C

Color information

#DEC09C (or 0xDEC09C) is unknown color: approx Raffia. HEX triplet: DE, C0 and 9C. RGB value is (222,192,156). Sum of RGB (Red+Green+Blue) = 222+192+156=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 156 (61.33% from 255 or 27.37% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC09C is #213F63. Grayscale: #C5C5C5. Windows color (decimal): -2178916 or 10272990. OLE color: 10272990.

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

Color convert

RGB222192156-
CMYK00.140.300.13
HSL32.73º50%74.12%-
HSV(B)32.73º29.73%87.06%-
XYZ54.9755.6339.29-
YUV196.87104.94145.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.95%
GREEN value IS 192 (75.39% from 255) = 33.68%
BLUE value IS 156 (61.33% from 255) = 27.37%
R=38.95%
G=33.68%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219215600.140.300.1332.735074.12
HexDEC09C0E1ED21324a
Octal33630023401636154162112
Binary110111101100000010011100011101111011011000011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC09C; }

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

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

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

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

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

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

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

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