#DF9141

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

Shades of Fire Bush #DF9141

Tints of Fire Bush #DF9141

Color information

#DF9141 (or 0xDF9141) is unknown color: approx Fire Bush. HEX triplet: DF, 91 and 41. RGB value is (223,145,65). Sum of RGB (Red+Green+Blue) = 223+145+65=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 65 (25.78% from 255 or 15.01% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9141 is #206EBE. Grayscale: #9F9F9F. Windows color (decimal): -2125503 or 4297183. OLE color: 4297183.

HSL color Cylindrical-coordinate representation of color #DF9141: hue angle of 30.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF9141 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB22314565-
CMYK00.350.710.13
HSL30.38º71.17%56.47%-
HSV(B)30.38º70.85%87.45%-
XYZ41.5136.329.82-
YUV159.274.84173.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.50%
GREEN value IS 145 (57.03% from 255) = 33.49%
BLUE value IS 65 (25.78% from 255) = 15.01%
R=51.50%
G=33.49%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231456500.350.710.1330.3871.1756.47
HexDF914102347D1e4738
Octal337221101043107153610770
Binary11011111100100011000001010001110001111101111101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9141; }

 p { color: rgb(223,145,65); }

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

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

 a { background-color: rgb(223,145,65); }

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

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

 span { border-color: rgb(223,145,65); }

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