#DEC497

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

Shades of Raffia #DEC497

Tints of Raffia #DEC497

Color information

#DEC497 (or 0xDEC497) is unknown color: approx Raffia. HEX triplet: DE, C4 and 97. RGB value is (222,196,151). Sum of RGB (Red+Green+Blue) = 222+196+151=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 196 (76.95% from 255 or 34.45% from 569); Blue value is 151 (59.38% from 255 or 26.54% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC497 is #213B68. Grayscale: #C6C6C6. Windows color (decimal): -2177897 or 9946334. OLE color: 9946334.

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

Color convert

RGB222196151-
CMYK00.120.320.13
HSL38.03º51.82%73.14%-
HSV(B)38.03º31.98%87.06%-
XYZ55.4557.2437.4-
YUV198.64101.11144.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 196 (76.95% from 255) = 34.45%
BLUE value IS 151 (59.38% from 255) = 26.54%
R=39.02%
G=34.45%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219615100.120.320.1338.0351.8273.14
HexDEC4970C20D263449
Octal33630422701440154664111
Binary1101111011000100100101110110010000011011001101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC497; }

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

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

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

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

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

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

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

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