#D49049

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

Shades of Fire Bush #D49049

Tints of Fire Bush #D49049

Color information

#D49049 (or 0xD49049) is unknown color: approx Fire Bush. HEX triplet: D4, 90 and 49. RGB value is (212,144,73). Sum of RGB (Red+Green+Blue) = 212+144+73=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D49049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49049 is #2B6FB6. Grayscale: #9C9C9C. Windows color (decimal): -2846647 or 4821204. OLE color: 4821204.

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

Color convert

RGB21214473-
CMYK00.320.660.17
HSL30.65º61.78%55.88%-
HSV(B)30.65º65.57%83.14%-
XYZ38.3334.4210.93-
YUV156.2481.03167.77-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.42%
GREEN value IS 144 (56.64% from 255) = 33.57%
BLUE value IS 73 (28.91% from 255) = 17.02%
R=49.42%
G=33.57%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121447300.320.660.1730.6561.7855.88
HexD4904902042111f3e38
Octal32422011104010221377670
Binary11010100100100001001001010000010000101000111111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49049; }

 p { color: rgb(212,144,73); }

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

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

 a { background-color: rgb(212,144,73); }

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

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

 span { border-color: rgb(212,144,73); }

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