#DE9E36

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

Shades of Fire Bush #DE9E36

Tints of Fire Bush #DE9E36

Color information

#DE9E36 (or 0xDE9E36) is unknown color: approx Fire Bush. HEX triplet: DE, 9E and 36. RGB value is (222,158,54). Sum of RGB (Red+Green+Blue) = 222+158+54=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 54 (21.48% from 255 or 12.44% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9E36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9E36 is #2161C9. Grayscale: #A5A5A5. Windows color (decimal): -2187722 or 3579614. OLE color: 3579614.

HSL color Cylindrical-coordinate representation of color #DE9E36: hue angle of 37.14º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DE9E36 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB22215854-
CMYK00.290.760.13
HSL37.14º71.79%54.12%-
HSV(B)37.14º75.68%87.06%-
XYZ43.0240.258.99-
YUV165.2865.2168.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.15%
GREEN value IS 158 (62.11% from 255) = 36.41%
BLUE value IS 54 (21.48% from 255) = 12.44%
R=51.15%
G=36.41%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221585400.290.760.1337.1471.7954.12
HexDE9E3601D4CD254836
Octal33623666035114154511066
Binary1101111010011110110110011101100110011011001011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9E36; }

 p { color: rgb(222,158,54); }

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

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

 a { background-color: rgb(222,158,54); }

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

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

 span { border-color: rgb(222,158,54); }

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