#DEC99D

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

Shades of Raffia #DEC99D

Tints of Raffia #DEC99D

Color information

#DEC99D (or 0xDEC99D) is unknown color: approx Raffia. HEX triplet: DE, C9 and 9D. RGB value is (222,201,157). Sum of RGB (Red+Green+Blue) = 222+201+157=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 201 (78.91% from 255 or 34.66% from 580); Blue value is 157 (61.72% from 255 or 27.07% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC99D is #213662. Grayscale: #CACACA. Windows color (decimal): -2176611 or 10340830. OLE color: 10340830.

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

Color convert

RGB222201157-
CMYK00.090.290.13
HSL40.62º49.62%74.31%-
HSV(B)40.62º29.28%87.06%-
XYZ57.159.7440.42-
YUV202.26102.46142.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.28%
GREEN value IS 201 (78.91% from 255) = 34.66%
BLUE value IS 157 (61.72% from 255) = 27.07%
R=38.28%
G=34.66%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220115700.090.290.1340.6249.6274.31
HexDEC99D091DD29324a
Octal33631123501135155162112
Binary110111101100100110011101010011110111011010011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC99D; }

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

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

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

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

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

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

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

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