#DFA143

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

Shades of Fire Bush #DFA143

Tints of Fire Bush #DFA143

Color information

#DFA143 (or 0xDFA143) is unknown color: approx Fire Bush. HEX triplet: DF, A1 and 43. RGB value is (223,161,67). Sum of RGB (Red+Green+Blue) = 223+161+67=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 67 (26.56% from 255 or 14.86% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA143 is #205EBC. Grayscale: #A9A9A9. Windows color (decimal): -2121405 or 4432351. OLE color: 4432351.

HSL color Cylindrical-coordinate representation of color #DFA143: hue angle of 36.15º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFA143 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB22316167-
CMYK00.280.700.13
HSL36.15º70.91%56.86%-
HSV(B)36.15º69.96%87.45%-
XYZ44.1941.5811.01-
YUV168.8270.54166.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.45%
GREEN value IS 161 (63.28% from 255) = 35.70%
BLUE value IS 67 (26.56% from 255) = 14.86%
R=49.45%
G=35.70%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231616700.280.700.1336.1570.9156.86
HexDFA14301C46D244739
Octal337241103034106154410771
Binary11011111101000011000011011100100011011011001001000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA143; }

 p { color: rgb(223,161,67); }

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

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

 a { background-color: rgb(223,161,67); }

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

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

 span { border-color: rgb(223,161,67); }

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