#DEC09B

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

Shades of Raffia #DEC09B

Tints of Raffia #DEC09B

Color information

#DEC09B (or 0xDEC09B) is unknown color: approx Raffia. HEX triplet: DE, C0 and 9B. RGB value is (222,192,155). Sum of RGB (Red+Green+Blue) = 222+192+155=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 155 (60.94% from 255 or 27.24% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC09B is #213F64. Grayscale: #C4C4C4. Windows color (decimal): -2178917 or 10207454. OLE color: 10207454.

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

Color convert

RGB222192155-
CMYK00.140.300.13
HSL33.13º50.38%73.92%-
HSV(B)33.13º30.18%87.06%-
XYZ54.8955.638.85-
YUV196.75104.44146.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 192 (75.39% from 255) = 33.74%
BLUE value IS 155 (60.94% from 255) = 27.24%
R=39.02%
G=33.74%
B=27.24%

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
Decimal22219215500.140.300.1333.1350.3873.92
HexDEC09B0E1ED21324a
Octal33630023301636154162112
Binary110111101100000010011011011101111011011000011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC09B; }

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

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

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

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

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

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

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

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