#D4A249

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

Shades of Fire Bush #D4A249

Tints of Fire Bush #D4A249

Color information

#D4A249 (or 0xD4A249) is unknown color: approx Fire Bush. HEX triplet: D4, A2 and 49. RGB value is (212,162,73). Sum of RGB (Red+Green+Blue) = 212+162+73=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 73 (28.91% from 255 or 16.33% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A249 is #2B5DB6. Grayscale: #A7A7A7. Windows color (decimal): -2842039 or 4825812. OLE color: 4825812.

HSL color Cylindrical-coordinate representation of color #D4A249: hue angle of 38.42º 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 #D4A249 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB21216273-
CMYK00.240.660.17
HSL38.42º61.78%55.88%-
HSV(B)38.42º65.57%83.14%-
XYZ41.2740.3211.91-
YUV166.875.06160.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.43%
GREEN value IS 162 (63.67% from 255) = 36.24%
BLUE value IS 73 (28.91% from 255) = 16.33%
R=47.43%
G=36.24%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121627300.240.660.1738.4261.7855.88
HexD4A2490184211263e38
Octal32424211103010221467670
Binary11010100101000101001001011000100001010001100110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A249; }

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

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

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

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

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

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

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

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