#D49547

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

Shades of Fire Bush #D49547

Tints of Fire Bush #D49547

Color information

#D49547 (or 0xD49547) is unknown color: approx Fire Bush. HEX triplet: D4, 95 and 47. RGB value is (212,149,71). Sum of RGB (Red+Green+Blue) = 212+149+71=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 71 (28.12% from 255 or 16.44% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D49547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49547 is #2B6AB8. Grayscale: #9F9F9F. Windows color (decimal): -2845369 or 4691412. OLE color: 4691412.

HSL color Cylindrical-coordinate representation of color #D49547: hue angle of 33.19º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D49547 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB21214971-
CMYK00.300.670.17
HSL33.19º62.11%55.49%-
HSV(B)33.19º66.51%83.14%-
XYZ39.0435.9510.84-
YUV158.9478.37165.84-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.07%
GREEN value IS 149 (58.59% from 255) = 34.49%
BLUE value IS 71 (28.12% from 255) = 16.44%
R=49.07%
G=34.49%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121497100.300.670.1733.1962.1155.49
HexD4954701E4311213e37
Octal32422510703610321417667
Binary11010100100101011000111011110100001110001100001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49547; }

 p { color: rgb(212,149,71); }

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

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

 a { background-color: rgb(212,149,71); }

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

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

 span { border-color: rgb(212,149,71); }

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