#DEC494

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

Shades of Raffia #DEC494

Tints of Raffia #DEC494

Color information

#DEC494 (or 0xDEC494) is unknown color: approx Raffia. HEX triplet: DE, C4 and 94. RGB value is (222,196,148). Sum of RGB (Red+Green+Blue) = 222+196+148=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC494 is #213B6B. Grayscale: #C6C6C6. Windows color (decimal): -2177900 or 9749726. OLE color: 9749726.

HSL color Cylindrical-coordinate representation of color #DEC494: hue angle of 38.92º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEC494 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB222196148-
CMYK00.120.330.13
HSL38.92º52.86%72.55%-
HSV(B)38.92º33.33%87.06%-
XYZ55.2157.1536.14-
YUV198.399.61144.9-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.22%
GREEN value IS 196 (76.95% from 255) = 34.63%
BLUE value IS 148 (58.20% from 255) = 26.15%
R=39.22%
G=34.63%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219614800.120.330.1338.9252.8672.55
HexDEC4940C21D273549
Octal33630422401441154765111
Binary1101111011000100100101000110010000111011001111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC494; }

 p { color: rgb(222,196,148); }

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

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

 a { background-color: rgb(222,196,148); }

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

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

 span { border-color: rgb(222,196,148); }

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