#D9A046

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

Shades of Fire Bush #D9A046

Tints of Fire Bush #D9A046

Color information

#D9A046 (or 0xD9A046) is unknown color: approx Fire Bush. HEX triplet: D9, A0 and 46. RGB value is (217,160,70). Sum of RGB (Red+Green+Blue) = 217+160+70=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 70 (27.73% from 255 or 15.66% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A046 is #265FB9. Grayscale: #A7A7A7. Windows color (decimal): -2514874 or 4628697. OLE color: 4628697.

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

Color convert

RGB21716070-
CMYK00.260.680.15
HSL36.73º65.92%56.27%-
HSV(B)36.73º67.74%85.1%-
XYZ42.2940.3411.35-
YUV166.7873.38163.82-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.55%
GREEN value IS 160 (62.89% from 255) = 35.79%
BLUE value IS 70 (27.73% from 255) = 15.66%
R=48.55%
G=35.79%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171607000.260.680.1536.7365.9256.27
HexD9A04601A44F254238
Octal331240106032104174510270
Binary11011001101000001000110011010100010011111001011000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A046; }

 p { color: rgb(217,160,70); }

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

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

 a { background-color: rgb(217,160,70); }

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

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

 span { border-color: rgb(217,160,70); }

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