#DF9E3D

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

Shades of Fire Bush #DF9E3D

Tints of Fire Bush #DF9E3D

Color information

#DF9E3D (or 0xDF9E3D) is unknown color: approx Fire Bush. HEX triplet: DF, 9E and 3D. RGB value is (223,158,61). Sum of RGB (Red+Green+Blue) = 223+158+61=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 61 (24.22% from 255 or 13.80% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9E3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9E3D is #2061C2. Grayscale: #A6A6A6. Windows color (decimal): -2122179 or 4038367. OLE color: 4038367.

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

Color convert

RGB22315861-
CMYK00.290.730.13
HSL35.93º71.68%55.69%-
HSV(B)35.93º72.65%87.45%-
XYZ43.540.489.94-
YUV166.3868.53168.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.45%
GREEN value IS 158 (62.11% from 255) = 35.75%
BLUE value IS 61 (24.22% from 255) = 13.80%
R=50.45%
G=35.75%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231586100.290.730.1335.9371.6855.69
HexDF9E3D01D49D244838
Octal33723675035111154411070
Binary1101111110011110111101011101100100111011001001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9E3D; }

 p { color: rgb(223,158,61); }

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

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

 a { background-color: rgb(223,158,61); }

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

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

 span { border-color: rgb(223,158,61); }

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