#DEC09A

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

Shades of Raffia #DEC09A

Tints of Raffia #DEC09A

Color information

#DEC09A (or 0xDEC09A) is unknown color: approx Raffia. HEX triplet: DE, C0 and 9A. RGB value is (222,192,154). Sum of RGB (Red+Green+Blue) = 222+192+154=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 154 (60.55% from 255 or 27.11% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC09A is #213F65. Grayscale: #C4C4C4. Windows color (decimal): -2178918 or 10141918. OLE color: 10141918.

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

Color convert

RGB222192154-
CMYK00.140.310.13
HSL33.53º50.75%73.73%-
HSV(B)33.53º30.63%87.06%-
XYZ54.8155.5638.41-
YUV196.64103.94146.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.08%
GREEN value IS 192 (75.39% from 255) = 33.80%
BLUE value IS 154 (60.55% from 255) = 27.11%
R=39.08%
G=33.80%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219215400.140.310.1333.5350.7573.73
HexDEC09A0E1FD22334a
Octal33630023201637154263112
Binary110111101100000010011010011101111111011000101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC09A; }

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

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

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

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

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

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

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

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