#DEC9AA

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

Shades of Raffia #DEC9AA

Tints of Raffia #DEC9AA

Color information

#DEC9AA (or 0xDEC9AA) is unknown color: approx Raffia. HEX triplet: DE, C9 and AA. RGB value is (222,201,170). Sum of RGB (Red+Green+Blue) = 222+201+170=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC9AA is #213655. Grayscale: #CBCBCB. Windows color (decimal): -2176598 or 11192798. OLE color: 11192798.

HSL color Cylindrical-coordinate representation of color #DEC9AA: hue angle of 35.77º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEC9AA is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB222201170-
CMYK00.090.230.13
HSL35.77º44.07%76.86%-
HSV(B)35.77º23.42%87.06%-
XYZ58.2760.2146.58-
YUV203.74108.96141.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.44%
GREEN value IS 201 (78.91% from 255) = 33.90%
BLUE value IS 170 (66.80% from 255) = 28.67%
R=37.44%
G=33.90%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220117000.090.230.1335.7744.0776.86
HexDEC9AA0917D242c4d
Octal33631125201127154454115
Binary110111101100100110101010010011011111011001001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC9AA; }

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

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

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

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

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

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

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

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