#DE9249

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

Shades of Fire Bush #DE9249

Tints of Fire Bush #DE9249

Color information

#DE9249 (or 0xDE9249) is unknown color: approx Fire Bush. HEX triplet: DE, 92 and 49. RGB value is (222,146,73). Sum of RGB (Red+Green+Blue) = 222+146+73=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9249 is #216DB6. Grayscale: #A0A0A0. Windows color (decimal): -2190775 or 4821726. OLE color: 4821726.

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

Color convert

RGB22214673-
CMYK00.340.670.13
HSL29.4º69.3%57.84%-
HSV(B)29.4º67.12%87.06%-
XYZ41.6136.5711.17-
YUV160.478.68171.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.34%
GREEN value IS 146 (57.42% from 255) = 33.11%
BLUE value IS 73 (28.91% from 255) = 16.55%
R=50.34%
G=33.11%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221467300.340.670.1329.469.357.84
HexDE924902243D1d453a
Octal336222111042103153510572
Binary11011110100100101001001010001010000111101111011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9249; }

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

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

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

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

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

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

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

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