#DECAA8

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

Shades of Raffia #DECAA8

Tints of Raffia #DECAA8

Color information

#DECAA8 (or 0xDECAA8) is unknown color: approx Raffia. HEX triplet: DE, CA and A8. RGB value is (222,202,168). Sum of RGB (Red+Green+Blue) = 222+202+168=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 168 (66.02% from 255 or 28.38% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DECAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECAA8 is #213557. Grayscale: #CCCCCC. Windows color (decimal): -2176344 or 11061982. OLE color: 11061982.

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

Color convert

RGB222202168-
CMYK00.090.240.13
HSL37.78º45%76.47%-
HSV(B)37.78º24.32%87.06%-
XYZ58.3160.645.67-
YUV204.1107.63140.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.5%
GREEN value IS 202 (79.30% from 255) = 34.12%
BLUE value IS 168 (66.02% from 255) = 28.38%
R=37.5%
G=34.12%
B=28.38%

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
Decimal22220216800.090.240.1337.784576.47
HexDECAA80918D262d4c
Octal33631225001130154655114
Binary110111101100101010101000010011100011011001101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECAA8; }

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

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

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

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

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

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

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

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