#DE9549

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

Shades of Fire Bush #DE9549

Tints of Fire Bush #DE9549

Color information

#DE9549 (or 0xDE9549) is unknown color: approx Fire Bush. HEX triplet: DE, 95 and 49. RGB value is (222,149,73). Sum of RGB (Red+Green+Blue) = 222+149+73=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9549 is #216AB6. Grayscale: #A2A2A2. Windows color (decimal): -2190007 or 4822494. OLE color: 4822494.

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

Color convert

RGB22214973-
CMYK00.330.670.13
HSL30.6º69.3%57.84%-
HSV(B)30.6º67.12%87.06%-
XYZ42.0737.5111.33-
YUV162.1677.68170.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50%
GREEN value IS 149 (58.59% from 255) = 33.56%
BLUE value IS 73 (28.91% from 255) = 16.44%
R=50%
G=33.56%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221497300.330.670.1330.669.357.84
HexDE954902143D1f453a
Octal336225111041103153710572
Binary11011110100101011001001010000110000111101111111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9549; }

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

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

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

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

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

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

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

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