#D49F40

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

Shades of Fire Bush #D49F40

Tints of Fire Bush #D49F40

Color information

#D49F40 (or 0xD49F40) is unknown color: approx Fire Bush. HEX triplet: D4, 9F and 40. RGB value is (212,159,64). Sum of RGB (Red+Green+Blue) = 212+159+64=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49F40 is #2B60BF. Grayscale: #A4A4A4. Windows color (decimal): -2842816 or 4235220. OLE color: 4235220.

HSL color Cylindrical-coordinate representation of color #D49F40: hue angle of 38.51º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D49F40 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB21215964-
CMYK00.250.700.17
HSL38.51º63.25%54.12%-
HSV(B)38.51º69.81%83.14%-
XYZ40.4739.1610.28-
YUV164.0271.56162.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.74%
GREEN value IS 159 (62.5% from 255) = 36.55%
BLUE value IS 64 (25.39% from 255) = 14.71%
R=48.74%
G=36.55%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121596400.250.700.1738.5163.2554.12
HexD49F400194611273f36
Octal32423710003110621477766
Binary11010100100111111000000011001100011010001100111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49F40; }

 p { color: rgb(212,159,64); }

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

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

 a { background-color: rgb(212,159,64); }

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

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

 span { border-color: rgb(212,159,64); }

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