#DE9B3E

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

Shades of Fire Bush #DE9B3E

Tints of Fire Bush #DE9B3E

Color information

#DE9B3E (or 0xDE9B3E) is unknown color: approx Fire Bush. HEX triplet: DE, 9B and 3E. RGB value is (222,155,62). Sum of RGB (Red+Green+Blue) = 222+155+62=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 62 (24.61% from 255 or 14.12% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9B3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9B3E is #2164C1. Grayscale: #A4A4A4. Windows color (decimal): -2188482 or 4103134. OLE color: 4103134.

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

Color convert

RGB22215562-
CMYK00.300.720.13
HSL34.88º70.8%55.69%-
HSV(B)34.88º72.07%87.06%-
XYZ42.7239.329.9-
YUV164.4370.2169.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.57%
GREEN value IS 155 (60.94% from 255) = 35.31%
BLUE value IS 62 (24.61% from 255) = 14.12%
R=50.57%
G=35.31%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221556200.300.720.1334.8870.855.69
HexDE9B3E01E48D234738
Octal33623376036110154310770
Binary1101111010011011111110011110100100011011000111000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9B3E; }

 p { color: rgb(222,155,62); }

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

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

 a { background-color: rgb(222,155,62); }

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

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

 span { border-color: rgb(222,155,62); }

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