#DEA049

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

Shades of Fire Bush #DEA049

Tints of Fire Bush #DEA049

Color information

#DEA049 (or 0xDEA049) is unknown color: approx Fire Bush. HEX triplet: DE, A0 and 49. RGB value is (222,160,73). Sum of RGB (Red+Green+Blue) = 222+160+73=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 73 (28.91% from 255 or 16.04% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA049 is #215FB6. Grayscale: #A9A9A9. Windows color (decimal): -2187191 or 4825310. OLE color: 4825310.

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

Color convert

RGB22216073-
CMYK00.280.670.13
HSL35.03º69.3%57.84%-
HSV(B)35.03º67.12%87.06%-
XYZ43.941.1511.93-
YUV168.6274.04166.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.79%
GREEN value IS 160 (62.89% from 255) = 35.16%
BLUE value IS 73 (28.91% from 255) = 16.04%
R=48.79%
G=35.16%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221607300.280.670.1335.0369.357.84
HexDEA04901C43D23453a
Octal336240111034103154310572
Binary11011110101000001001001011100100001111011000111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA049; }

 p { color: rgb(222,160,73); }

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

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

 a { background-color: rgb(222,160,73); }

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

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

 span { border-color: rgb(222,160,73); }

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