#DE9649

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

Shades of Fire Bush #DE9649

Tints of Fire Bush #DE9649

Color information

#DE9649 (or 0xDE9649) is unknown color: approx Fire Bush. HEX triplet: DE, 96 and 49. RGB value is (222,150,73). Sum of RGB (Red+Green+Blue) = 222+150+73=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 73 (28.91% from 255 or 16.40% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9649 is #2169B6. Grayscale: #A3A3A3. Windows color (decimal): -2189751 or 4822750. OLE color: 4822750.

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

Color convert

RGB22215073-
CMYK00.320.670.13
HSL31.01º69.3%57.84%-
HSV(B)31.01º67.12%87.06%-
XYZ42.2337.8211.38-
YUV162.7577.35170.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.89%
GREEN value IS 150 (58.98% from 255) = 33.71%
BLUE value IS 73 (28.91% from 255) = 16.40%
R=49.89%
G=33.71%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221507300.320.670.1331.0169.357.84
HexDE964902043D1f453a
Octal336226111040103153710572
Binary11011110100101101001001010000010000111101111111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9649; }

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

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

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

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

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

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

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

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