#DF9B48

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

Shades of Fire Bush #DF9B48

Tints of Fire Bush #DF9B48

Color information

#DF9B48 (or 0xDF9B48) is unknown color: approx Fire Bush. HEX triplet: DF, 9B and 48. RGB value is (223,155,72). Sum of RGB (Red+Green+Blue) = 223+155+72=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 72 (28.52% from 255 or 16% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9B48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9B48 is #2064B7. Grayscale: #A6A6A6. Windows color (decimal): -2122936 or 4758495. OLE color: 4758495.

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

Color convert

RGB22315572-
CMYK00.300.680.13
HSL32.98º70.23%57.84%-
HSV(B)32.98º67.71%87.45%-
XYZ43.3239.611.49-
YUV165.8775.03168.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.56%
GREEN value IS 155 (60.94% from 255) = 34.44%
BLUE value IS 72 (28.52% from 255) = 16%
R=49.56%
G=34.44%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231557200.300.680.1332.9870.2357.84
HexDF9B4801E44D21463a
Octal337233110036104154110672
Binary11011111100110111001000011110100010011011000011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9B48; }

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

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

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

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

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

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

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

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