#df983f

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

Shades of Fire Bush #DF983F

Tints of Fire Bush #DF983F

Color information

#DF983F (or 0xDF983F) is unknown color: approx Fire Bush. HEX triplet: DF, 98 and 3F. RGB value is (223,152,63). Sum of RGB (Red+Green+Blue) = 223+152+63=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 63 (25% from 255 or 14.38% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF983F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF983F is #2067C0. Grayscale: #A3A3A3. Windows color (decimal): -2123713 or 4167903. OLE color: 4167903.

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

Color convert

RGB22315263-
CMYK00.320.720.13
HSL33.38º71.43%56.08%-
HSV(B)33.38º71.75%87.45%-
XYZ42.5638.59.89-
YUV163.0871.52170.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.91%
GREEN value IS 152 (59.77% from 255) = 34.70%
BLUE value IS 63 (25% from 255) = 14.38%
R=50.91%
G=34.70%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231526300.320.720.1333.3871.4356.08
HexDF983F02048D214738
Octal33723077040110154110770
Binary11011111100110001111110100000100100011011000011000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df983f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df983f; }

 p { color: rgb(223,152,63); }

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

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

 a { background-color: rgb(223,152,63); }

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

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

 span { border-color: rgb(223,152,63); }

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