#DF9241

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

Shades of Fire Bush #DF9241

Tints of Fire Bush #DF9241

Color information

#DF9241 (or 0xDF9241) is unknown color: approx Fire Bush. HEX triplet: DF, 92 and 41. RGB value is (223,146,65). Sum of RGB (Red+Green+Blue) = 223+146+65=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9241 is #206DBE. Grayscale: #A0A0A0. Windows color (decimal): -2125247 or 4297439. OLE color: 4297439.

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

Color convert

RGB22314665-
CMYK00.350.710.13
HSL30.76º71.17%56.47%-
HSV(B)30.76º70.85%87.45%-
XYZ41.6636.639.87-
YUV159.7974.51173.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.38%
GREEN value IS 146 (57.42% from 255) = 33.64%
BLUE value IS 65 (25.78% from 255) = 14.98%
R=51.38%
G=33.64%
B=14.98%

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
Decimal2231466500.350.710.1330.7671.1756.47
HexDF924102347D1f4738
Octal337222101043107153710770
Binary11011111100100101000001010001110001111101111111000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9241; }

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

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

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

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

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

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

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

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