#df964f

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

Shades of Fire Bush #DF964F

Tints of Fire Bush #DF964F

Color information

#DF964F (or 0xDF964F) is unknown color: approx Fire Bush. HEX triplet: DF, 96 and 4F. RGB value is (223,150,79). Sum of RGB (Red+Green+Blue) = 223+150+79=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 79 (31.25% from 255 or 17.48% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF964F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF964F is #2069B0. Grayscale: #A4A4A4. Windows color (decimal): -2124209 or 5215967. OLE color: 5215967.

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

Color convert

RGB22315079-
CMYK00.330.650.13
HSL29.58º69.23%59.22%-
HSV(B)29.58º64.57%87.45%-
XYZ42.7538.0712.49-
YUV163.7380.18170.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.34%
GREEN value IS 150 (58.98% from 255) = 33.19%
BLUE value IS 79 (31.25% from 255) = 17.48%
R=49.34%
G=33.19%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231507900.330.650.1329.5869.2359.22
HexDF964F02141D1e453b
Octal337226117041101153610573
Binary11011111100101101001111010000110000011101111101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df964f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df964f; }

 p { color: rgb(223,150,79); }

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

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

 a { background-color: rgb(223,150,79); }

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

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

 span { border-color: rgb(223,150,79); }

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