#DEC49B

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

Shades of Raffia #DEC49B

Tints of Raffia #DEC49B

Color information

#DEC49B (or 0xDEC49B) is unknown color: approx Raffia. HEX triplet: DE, C4 and 9B. RGB value is (222,196,155). Sum of RGB (Red+Green+Blue) = 222+196+155=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC49B is #213B64. Grayscale: #C7C7C7. Windows color (decimal): -2177893 or 10208478. OLE color: 10208478.

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

Color convert

RGB222196155-
CMYK00.120.300.13
HSL36.72º50.38%73.92%-
HSV(B)36.72º30.18%87.06%-
XYZ55.7857.3839.15-
YUV199.1103.11144.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.74%
GREEN value IS 196 (76.95% from 255) = 34.21%
BLUE value IS 155 (60.94% from 255) = 27.05%
R=38.74%
G=34.21%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219615500.120.300.1336.7250.3873.92
HexDEC49B0C1ED25324a
Octal33630423301436154562112
Binary110111101100010010011011011001111011011001011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC49B; }

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

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

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

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

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

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

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

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