#DE9942

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

Shades of Fire Bush #DE9942

Tints of Fire Bush #DE9942

Color information

#DE9942 (or 0xDE9942) is unknown color: approx Fire Bush. HEX triplet: DE, 99 and 42. RGB value is (222,153,66). Sum of RGB (Red+Green+Blue) = 222+153+66=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 66 (26.17% from 255 or 14.97% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9942 is #2166BD. Grayscale: #A4A4A4. Windows color (decimal): -2188990 or 4364766. OLE color: 4364766.

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

Color convert

RGB22215366-
CMYK00.310.700.13
HSL33.46º70.27%56.47%-
HSV(B)33.46º70.27%87.06%-
XYZ42.538.7110.39-
YUV163.7172.86169.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.34%
GREEN value IS 153 (60.16% from 255) = 34.69%
BLUE value IS 66 (26.17% from 255) = 14.97%
R=50.34%
G=34.69%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221536600.310.700.1333.4670.2756.47
HexDE994201F46D214638
Octal336231102037106154110670
Binary11011110100110011000010011111100011011011000011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9942; }

 p { color: rgb(222,153,66); }

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

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

 a { background-color: rgb(222,153,66); }

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

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

 span { border-color: rgb(222,153,66); }

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