#DECAA3

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

Shades of Raffia #DECAA3

Tints of Raffia #DECAA3

Color information

#DECAA3 (or 0xDECAA3) is unknown color: approx Raffia. HEX triplet: DE, CA and A3. RGB value is (222,202,163). Sum of RGB (Red+Green+Blue) = 222+202+163=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 163 (64.06% from 255 or 27.77% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DECAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECAA3 is #21355C. Grayscale: #CBCBCB. Windows color (decimal): -2176349 or 10734302. OLE color: 10734302.

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

Color convert

RGB222202163-
CMYK00.090.270.13
HSL39.66º47.2%75.49%-
HSV(B)39.66º26.58%87.06%-
XYZ57.8660.4243.26-
YUV203.53105.13141.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.82%
GREEN value IS 202 (79.30% from 255) = 34.41%
BLUE value IS 163 (64.06% from 255) = 27.77%
R=37.82%
G=34.41%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220216300.090.270.1339.6647.275.49
HexDECAA3091BD282f4b
Octal33631224301133155057113
Binary110111101100101010100011010011101111011010001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECAA3; }

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

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

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

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

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

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

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

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