#DF9948

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

Shades of Fire Bush #DF9948

Tints of Fire Bush #DF9948

Color information

#DF9948 (or 0xDF9948) is unknown color: approx Fire Bush. HEX triplet: DF, 99 and 48. RGB value is (223,153,72). Sum of RGB (Red+Green+Blue) = 223+153+72=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 72 (28.52% from 255 or 16.07% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9948 is #2066B7. Grayscale: #A5A5A5. Windows color (decimal): -2123448 or 4757983. OLE color: 4757983.

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

Color convert

RGB22315372-
CMYK00.310.680.13
HSL32.19º70.23%57.84%-
HSV(B)32.19º67.71%87.45%-
XYZ42.9938.9411.38-
YUV164.775.69169.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.78%
GREEN value IS 153 (60.16% from 255) = 34.15%
BLUE value IS 72 (28.52% from 255) = 16.07%
R=49.78%
G=34.15%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231537200.310.680.1332.1970.2357.84
HexDF994801F44D20463a
Octal337231110037104154010672
Binary11011111100110011001000011111100010011011000001000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9948; }

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

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

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

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

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

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

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

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