#DEC09E

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

Shades of Raffia #DEC09E

Tints of Raffia #DEC09E

Color information

#DEC09E (or 0xDEC09E) is unknown color: approx Raffia. HEX triplet: DE, C0 and 9E. RGB value is (222,192,158). Sum of RGB (Red+Green+Blue) = 222+192+158=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 158 (62.11% from 255 or 27.62% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC09E is #213F61. Grayscale: #C5C5C5. Windows color (decimal): -2178914 or 10404062. OLE color: 10404062.

HSL color Cylindrical-coordinate representation of color #DEC09E: hue angle of 31.88º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEC09E is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB222192158-
CMYK00.140.290.13
HSL31.88º49.23%74.51%-
HSV(B)31.88º28.83%87.06%-
XYZ55.1555.740.19-
YUV197.09105.94145.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.81%
GREEN value IS 192 (75.39% from 255) = 33.57%
BLUE value IS 158 (62.11% from 255) = 27.62%
R=38.81%
G=33.57%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219215800.140.290.1331.8849.2374.51
HexDEC09E0E1DD20314b
Octal33630023601635154061113
Binary110111101100000010011110011101110111011000001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC09E; }

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

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

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

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

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

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

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

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