#DF8E47

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

Shades of Fire Bush #DF8E47

Tints of Fire Bush #DF8E47

Color information

#DF8E47 (or 0xDF8E47) is unknown color: approx Fire Bush. HEX triplet: DF, 8E and 47. RGB value is (223,142,71). Sum of RGB (Red+Green+Blue) = 223+142+71=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 71 (28.12% from 255 or 16.28% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8E47 is #2071B8. Grayscale: #9E9E9E. Windows color (decimal): -2126265 or 4689631. OLE color: 4689631.

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

Color convert

RGB22314271-
CMYK00.360.680.13
HSL28.03º70.37%57.65%-
HSV(B)28.03º68.16%87.45%-
XYZ41.2435.4910.64-
YUV158.1278.84174.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.15%
GREEN value IS 142 (55.86% from 255) = 32.57%
BLUE value IS 71 (28.12% from 255) = 16.28%
R=51.15%
G=32.57%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231427100.360.680.1328.0370.3757.65
HexDF8E4702444D1c463a
Octal337216107044104153410672
Binary11011111100011101000111010010010001001101111001000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8E47; }

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

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

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

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

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

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

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

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