#DF9848

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

Shades of Fire Bush #DF9848

Tints of Fire Bush #DF9848

Color information

#DF9848 (or 0xDF9848) is unknown color: approx Fire Bush. HEX triplet: DF, 98 and 48. RGB value is (223,152,72). Sum of RGB (Red+Green+Blue) = 223+152+72=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 72 (28.52% from 255 or 16.11% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9848 is #2067B7. Grayscale: #A4A4A4. Windows color (decimal): -2123704 or 4757727. OLE color: 4757727.

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

Color convert

RGB22315272-
CMYK00.320.680.13
HSL31.79º70.23%57.84%-
HSV(B)31.79º67.71%87.45%-
XYZ42.8338.6111.33-
YUV164.1176.02170-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.89%
GREEN value IS 152 (59.77% from 255) = 34.00%
BLUE value IS 72 (28.52% from 255) = 16.11%
R=49.89%
G=34.00%
B=16.11%

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
Decimal2231527200.320.680.1331.7970.2357.84
HexDF984802044D20463a
Octal337230110040104154010672
Binary110111111001100010010000100000100010011011000001000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9848; }

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

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

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

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

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

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

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

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