#DEC89D

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

Shades of Raffia #DEC89D

Tints of Raffia #DEC89D

Color information

#DEC89D (or 0xDEC89D) is unknown color: approx Raffia. HEX triplet: DE, C8 and 9D. RGB value is (222,200,157). Sum of RGB (Red+Green+Blue) = 222+200+157=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 157 (61.72% from 255 or 27.12% from 579); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC89D is #213762. Grayscale: #C9C9C9. Windows color (decimal): -2176867 or 10340574. OLE color: 10340574.

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

Color convert

RGB222200157-
CMYK00.100.290.13
HSL39.69º49.62%74.31%-
HSV(B)39.69º29.28%87.06%-
XYZ56.8659.2740.34-
YUV201.68102.79142.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.34%
GREEN value IS 200 (78.52% from 255) = 34.54%
BLUE value IS 157 (61.72% from 255) = 27.12%
R=38.34%
G=34.54%
B=27.12%

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
Decimal22220015700.100.290.1339.6949.6274.31
HexDEC89D0A1DD28324a
Octal33631023501235155062112
Binary110111101100100010011101010101110111011010001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC89D; }

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

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

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

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

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

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

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

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