#DF9539

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

Shades of Fire Bush #DF9539

Tints of Fire Bush #DF9539

Color information

#DF9539 (or 0xDF9539) is unknown color: approx Fire Bush. HEX triplet: DF, 95 and 39. RGB value is (223,149,57). Sum of RGB (Red+Green+Blue) = 223+149+57=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 57 (22.66% from 255 or 13.29% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9539 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9539 is #206AC6. Grayscale: #A1A1A1. Windows color (decimal): -2124487 or 3773919. OLE color: 3773919.

HSL color Cylindrical-coordinate representation of color #DF9539: hue angle of 33.25º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF9539 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB22314957-
CMYK00.330.740.13
HSL33.25º72.17%54.9%-
HSV(B)33.25º74.44%87.45%-
XYZ41.9237.488.9-
YUV160.6469.52172.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.98%
GREEN value IS 149 (58.59% from 255) = 34.73%
BLUE value IS 57 (22.66% from 255) = 13.29%
R=51.98%
G=34.73%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231495700.330.740.1333.2572.1754.9
HexDF95390214AD214837
Octal33722571041112154111067
Binary11011111100101011110010100001100101011011000011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9539; }

 p { color: rgb(223,149,57); }

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

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

 a { background-color: rgb(223,149,57); }

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

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

 span { border-color: rgb(223,149,57); }

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