#DECAA9

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

Shades of Raffia #DECAA9

Tints of Raffia #DECAA9

Color information

#DECAA9 (or 0xDECAA9) is unknown color: approx Raffia. HEX triplet: DE, CA and A9. RGB value is (222,202,169). Sum of RGB (Red+Green+Blue) = 222+202+169=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 169 (66.41% from 255 or 28.50% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DECAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECAA9 is #213556. Grayscale: #CCCCCC. Windows color (decimal): -2176343 or 11127518. OLE color: 11127518.

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

Color convert

RGB222202169-
CMYK00.090.240.13
HSL37.36º44.54%76.67%-
HSV(B)37.36º23.87%87.06%-
XYZ58.4160.6446.16-
YUV204.22108.13140.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.44%
GREEN value IS 202 (79.30% from 255) = 34.06%
BLUE value IS 169 (66.41% from 255) = 28.50%
R=37.44%
G=34.06%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220216900.090.240.1337.3644.5476.67
HexDECAA90918D252d4d
Octal33631225101130154555115
Binary110111101100101010101001010011100011011001011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECAA9; }

 p { color: rgb(222,202,169); }

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

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

 a { background-color: rgb(222,202,169); }

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

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

 span { border-color: rgb(222,202,169); }

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