#DEA241

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

Shades of Fire Bush #DEA241

Tints of Fire Bush #DEA241

Color information

#DEA241 (or 0xDEA241) is unknown color: approx Fire Bush. HEX triplet: DE, A2 and 41. RGB value is (222,162,65). Sum of RGB (Red+Green+Blue) = 222+162+65=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 65 (25.78% from 255 or 14.48% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA241 is #215DBE. Grayscale: #A9A9A9. Windows color (decimal): -2186687 or 4301534. OLE color: 4301534.

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

Color convert

RGB22216265-
CMYK00.270.710.13
HSL37.07º70.4%56.27%-
HSV(B)37.07º70.72%87.06%-
XYZ4441.7510.74-
YUV168.8869.38165.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.44%
GREEN value IS 162 (63.67% from 255) = 36.08%
BLUE value IS 65 (25.78% from 255) = 14.48%
R=49.44%
G=36.08%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221626500.270.710.1337.0770.456.27
HexDEA24101B47D254638
Octal336242101033107154510670
Binary11011110101000101000001011011100011111011001011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA241; }

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

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

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

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

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

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

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

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