#DEC9A5

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

Shades of Raffia #DEC9A5

Tints of Raffia #DEC9A5

Color information

#DEC9A5 (or 0xDEC9A5) is unknown color: approx Raffia. HEX triplet: DE, C9 and A5. RGB value is (222,201,165). Sum of RGB (Red+Green+Blue) = 222+201+165=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 201 (78.91% from 255 or 34.18% from 588); Blue value is 165 (64.84% from 255 or 28.06% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC9A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC9A5 is #21365A. Grayscale: #CBCBCB. Windows color (decimal): -2176603 or 10865118. OLE color: 10865118.

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

Color convert

RGB222201165-
CMYK00.090.260.13
HSL37.89º46.34%75.88%-
HSV(B)37.89º25.68%87.06%-
XYZ57.860.0244.14-
YUV203.18106.46141.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.76%
GREEN value IS 201 (78.91% from 255) = 34.18%
BLUE value IS 165 (64.84% from 255) = 28.06%
R=37.76%
G=34.18%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220116500.090.260.1337.8946.3475.88
HexDEC9A5091AD262e4c
Octal33631124501132154656114
Binary110111101100100110100101010011101011011001101011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC9A5; }

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

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

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

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

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

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

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

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