#DF9E42

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

Shades of Fire Bush #DF9E42

Tints of Fire Bush #DF9E42

Color information

#DF9E42 (or 0xDF9E42) is unknown color: approx Fire Bush. HEX triplet: DF, 9E and 42. RGB value is (223,158,66). Sum of RGB (Red+Green+Blue) = 223+158+66=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9E42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9E42 is #2061BD. Grayscale: #A7A7A7. Windows color (decimal): -2122174 or 4366047. OLE color: 4366047.

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

Color convert

RGB22315866-
CMYK00.290.700.13
HSL35.16º71.04%56.67%-
HSV(B)35.16º70.4%87.45%-
XYZ43.6440.5410.68-
YUV166.9571.03167.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.89%
GREEN value IS 158 (62.11% from 255) = 35.35%
BLUE value IS 66 (26.17% from 255) = 14.77%
R=49.89%
G=35.35%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231586600.290.700.1335.1671.0456.67
HexDF9E4201D46D234739
Octal337236102035106154310771
Binary11011111100111101000010011101100011011011000111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9E42; }

 p { color: rgb(223,158,66); }

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

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

 a { background-color: rgb(223,158,66); }

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

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

 span { border-color: rgb(223,158,66); }

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