#DEA041

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

Shades of Fire Bush #DEA041

Tints of Fire Bush #DEA041

Color information

#DEA041 (or 0xDEA041) is unknown color: approx Fire Bush. HEX triplet: DE, A0 and 41. RGB value is (222,160,65). Sum of RGB (Red+Green+Blue) = 222+160+65=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA041 is #215FBE. Grayscale: #A8A8A8. Windows color (decimal): -2187199 or 4301022. OLE color: 4301022.

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

Color convert

RGB22216065-
CMYK00.280.710.13
HSL36.31º70.4%56.27%-
HSV(B)36.31º70.72%87.06%-
XYZ43.6541.0510.62-
YUV167.7170.04166.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.66%
GREEN value IS 160 (62.89% from 255) = 35.79%
BLUE value IS 65 (25.78% from 255) = 14.54%
R=49.66%
G=35.79%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221606500.280.710.1336.3170.456.27
HexDEA04101C47D244638
Octal336240101034107154410670
Binary11011110101000001000001011100100011111011001001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA041; }

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

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

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

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

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

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

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

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