#DEC59D

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

Shades of Raffia #DEC59D

Tints of Raffia #DEC59D

Color information

#DEC59D (or 0xDEC59D) is unknown color: approx Raffia. HEX triplet: DE, C5 and 9D. RGB value is (222,197,157). Sum of RGB (Red+Green+Blue) = 222+197+157=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC59D is #213A62. Grayscale: #C8C8C8. Windows color (decimal): -2177635 or 10339806. OLE color: 10339806.

HSL color Cylindrical-coordinate representation of color #DEC59D: hue angle of 36.92º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEC59D is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB222197157-
CMYK00.110.290.13
HSL36.92º49.62%74.31%-
HSV(B)36.92º29.28%87.06%-
XYZ56.1857.940.11-
YUV199.92103.78143.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.54%
GREEN value IS 197 (77.34% from 255) = 34.20%
BLUE value IS 157 (61.72% from 255) = 27.26%
R=38.54%
G=34.20%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219715700.110.290.1336.9249.6274.31
HexDEC59D0B1DD25324a
Octal33630523501335154562112
Binary110111101100010110011101010111110111011001011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC59D; }

 p { color: rgb(222,197,157); }

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

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

 a { background-color: rgb(222,197,157); }

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

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

 span { border-color: rgb(222,197,157); }

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