#DEC79D

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

Shades of Raffia #DEC79D

Tints of Raffia #DEC79D

Color information

#DEC79D (or 0xDEC79D) is unknown color: approx Raffia. HEX triplet: DE, C7 and 9D. RGB value is (222,199,157). Sum of RGB (Red+Green+Blue) = 222+199+157=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 199 (78.12% from 255 or 34.43% from 578); Blue value is 157 (61.72% from 255 or 27.16% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC79D is #213862. Grayscale: #C9C9C9. Windows color (decimal): -2177123 or 10340318. OLE color: 10340318.

HSL color Cylindrical-coordinate representation of color #DEC79D: hue angle of 38.77º 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 #DEC79D is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB222199157-
CMYK00.100.290.13
HSL38.77º49.62%74.31%-
HSV(B)38.77º29.28%87.06%-
XYZ56.6358.8140.27-
YUV201.09103.12142.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.41%
GREEN value IS 199 (78.12% from 255) = 34.43%
BLUE value IS 157 (61.72% from 255) = 27.16%
R=38.41%
G=34.43%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219915700.100.290.1338.7749.6274.31
HexDEC79D0A1DD27324a
Octal33630723501235154762112
Binary110111101100011110011101010101110111011001111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC79D; }

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

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

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

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

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

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

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

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