#DF8E41

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

Shades of Fire Bush #DF8E41

Tints of Fire Bush #DF8E41

Color information

#DF8E41 (or 0xDF8E41) is unknown color: approx Fire Bush. HEX triplet: DF, 8E and 41. RGB value is (223,142,65). Sum of RGB (Red+Green+Blue) = 223+142+65=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8E41 is #2071BE. Grayscale: #9D9D9D. Windows color (decimal): -2126271 or 4296415. OLE color: 4296415.

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

Color convert

RGB22314265-
CMYK00.360.710.13
HSL29.24º71.17%56.47%-
HSV(B)29.24º70.85%87.45%-
XYZ41.0635.429.67-
YUV157.4475.84174.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.86%
GREEN value IS 142 (55.86% from 255) = 33.02%
BLUE value IS 65 (25.78% from 255) = 15.12%
R=51.86%
G=33.02%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231426500.360.710.1329.2471.1756.47
HexDF8E4102447D1d4738
Octal337216101044107153510770
Binary11011111100011101000001010010010001111101111011000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8E41; }

 p { color: rgb(223,142,65); }

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

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

 a { background-color: rgb(223,142,65); }

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

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

 span { border-color: rgb(223,142,65); }

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