#D5A149

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

Shades of Fire Bush #D5A149

Tints of Fire Bush #D5A149

Color information

#D5A149 (or 0xD5A149) is unknown color: approx Fire Bush. HEX triplet: D5, A1 and 49. RGB value is (213,161,73). Sum of RGB (Red+Green+Blue) = 213+161+73=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 73 (28.91% from 255 or 16.33% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A149 is #2A5EB6. Grayscale: #A6A6A6. Windows color (decimal): -2776759 or 4825557. OLE color: 4825557.

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

Color convert

RGB21316173-
CMYK00.240.660.16
HSL37.71º62.5%56.08%-
HSV(B)37.71º65.73%83.53%-
XYZ41.3940.1211.87-
YUV166.5275.23161.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.65%
GREEN value IS 161 (63.28% from 255) = 36.02%
BLUE value IS 73 (28.91% from 255) = 16.33%
R=47.65%
G=36.02%
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.16
SystemRedGreenBlueCMYKHSL
Decimal2131617300.240.660.1637.7162.556.08
HexD5A1490184210263e38
Octal32524111103010220467670
Binary11010101101000011001001011000100001010000100110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A149; }

 p { color: rgb(213,161,73); }

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

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

 a { background-color: rgb(213,161,73); }

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

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

 span { border-color: rgb(213,161,73); }

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