#DEC49F

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

Shades of Raffia #DEC49F

Tints of Raffia #DEC49F

Color information

#DEC49F (or 0xDEC49F) is unknown color: approx Raffia. HEX triplet: DE, C4 and 9F. RGB value is (222,196,159). Sum of RGB (Red+Green+Blue) = 222+196+159=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 196 (76.95% from 255 or 33.97% from 577); Blue value is 159 (62.5% from 255 or 27.56% from 577); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC49F is #213B60. Grayscale: #C7C7C7. Windows color (decimal): -2177889 or 10470622. OLE color: 10470622.

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

Color convert

RGB222196159-
CMYK00.120.280.13
HSL35.24º48.84%74.71%-
HSV(B)35.24º28.38%87.06%-
XYZ56.1257.5140.94-
YUV199.56105.11144.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.47%
GREEN value IS 196 (76.95% from 255) = 33.97%
BLUE value IS 159 (62.5% from 255) = 27.56%
R=38.47%
G=33.97%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219615900.120.280.1335.2448.8474.71
HexDEC49F0C1CD23314b
Octal33630423701434154361113
Binary110111101100010010011111011001110011011000111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC49F; }

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

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

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

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

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

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

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

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