#D8A249

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

Shades of Fire Bush #D8A249

Tints of Fire Bush #D8A249

Color information

#D8A249 (or 0xD8A249) is unknown color: approx Fire Bush. HEX triplet: D8, A2 and 49. RGB value is (216,162,73). Sum of RGB (Red+Green+Blue) = 216+162+73=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 73 (28.91% from 255 or 16.19% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A249 is #275DB6. Grayscale: #A8A8A8. Windows color (decimal): -2579895 or 4825816. OLE color: 4825816.

HSL color Cylindrical-coordinate representation of color #D8A249: hue angle of 37.34º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D8A249 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB21616273-
CMYK00.250.660.15
HSL37.34º64.71%56.67%-
HSV(B)37.34º66.2%84.71%-
XYZ42.4440.9211.96-
YUV16874.39162.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.89%
GREEN value IS 162 (63.67% from 255) = 35.92%
BLUE value IS 73 (28.91% from 255) = 16.19%
R=47.89%
G=35.92%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161627300.250.660.1537.3464.7156.67
HexD8A24901942F254139
Octal330242111031102174510171
Binary11011000101000101001001011001100001011111001011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A249; }

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

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

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

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

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

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

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

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