#DF9847

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

Shades of Fire Bush #DF9847

Tints of Fire Bush #DF9847

Color information

#DF9847 (or 0xDF9847) is unknown color: approx Fire Bush. HEX triplet: DF, 98 and 47. RGB value is (223,152,71). Sum of RGB (Red+Green+Blue) = 223+152+71=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 71 (28.12% from 255 or 15.92% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9847 is #2067B8. Grayscale: #A4A4A4. Windows color (decimal): -2123705 or 4692191. OLE color: 4692191.

HSL color Cylindrical-coordinate representation of color #DF9847: hue angle of 31.97º 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 #DF9847 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB22315271-
CMYK00.320.680.13
HSL31.97º70.37%57.65%-
HSV(B)31.97º68.16%87.45%-
XYZ42.838.611.16-
YUV163.9975.52170.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50%
GREEN value IS 152 (59.77% from 255) = 34.08%
BLUE value IS 71 (28.12% from 255) = 15.92%
R=50%
G=34.08%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231527100.320.680.1331.9770.3757.65
HexDF984702044D20463a
Octal337230107040104154010672
Binary110111111001100010001110100000100010011011000001000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9847; }

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

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

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

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

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

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

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

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