#DF973D

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

Shades of Fire Bush #DF973D

Tints of Fire Bush #DF973D

Color information

#DF973D (or 0xDF973D) is unknown color: approx Fire Bush. HEX triplet: DF, 97 and 3D. RGB value is (223,151,61). Sum of RGB (Red+Green+Blue) = 223+151+61=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF973D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF973D is #2068C2. Grayscale: #A2A2A2. Windows color (decimal): -2123971 or 4036575. OLE color: 4036575.

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

Color convert

RGB22315161-
CMYK00.320.730.13
HSL33.33º71.68%55.69%-
HSV(B)33.33º72.65%87.45%-
XYZ42.3438.169.55-
YUV162.2770.85171.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.26%
GREEN value IS 151 (59.38% from 255) = 34.71%
BLUE value IS 61 (24.22% from 255) = 14.02%
R=51.26%
G=34.71%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231516100.320.730.1333.3371.6855.69
HexDF973D02049D214838
Octal33722775040111154111070
Binary11011111100101111111010100000100100111011000011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF973D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF973D; }

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

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

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

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

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

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

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

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