#df9940

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

Shades of Fire Bush #DF9940

Tints of Fire Bush #DF9940

Color information

#DF9940 (or 0xDF9940) is unknown color: approx Fire Bush. HEX triplet: DF, 99 and 40. RGB value is (223,153,64). Sum of RGB (Red+Green+Blue) = 223+153+64=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9940 is #2066BF. Grayscale: #A4A4A4. Windows color (decimal): -2123456 or 4233695. OLE color: 4233695.

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

Color convert

RGB22315364-
CMYK00.310.710.13
HSL33.58º71.3%56.27%-
HSV(B)33.58º71.3%87.45%-
XYZ42.7538.8410.09-
YUV163.7871.69170.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.68%
GREEN value IS 153 (60.16% from 255) = 34.77%
BLUE value IS 64 (25.39% from 255) = 14.55%
R=50.68%
G=34.77%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231536400.310.710.1333.5871.356.27
HexDF994001F47D224738
Octal337231100037107154210770
Binary11011111100110011000000011111100011111011000101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df9940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df9940; }

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

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

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

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

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

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

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

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