#D9A146

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

Shades of Fire Bush #D9A146

Tints of Fire Bush #D9A146

Color information

#D9A146 (or 0xD9A146) is unknown color: approx Fire Bush. HEX triplet: D9, A1 and 46. RGB value is (217,161,70). Sum of RGB (Red+Green+Blue) = 217+161+70=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 70 (27.73% from 255 or 15.62% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A146 is #265EB9. Grayscale: #A7A7A7. Windows color (decimal): -2514618 or 4628953. OLE color: 4628953.

HSL color Cylindrical-coordinate representation of color #D9A146: hue angle of 37.14º 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 #D9A146 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB21716170-
CMYK00.260.680.15
HSL37.14º65.92%56.27%-
HSV(B)37.14º67.74%85.1%-
XYZ42.4740.6811.41-
YUV167.3773.05163.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.44%
GREEN value IS 161 (63.28% from 255) = 35.94%
BLUE value IS 70 (27.73% from 255) = 15.62%
R=48.44%
G=35.94%
B=15.62%

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
Decimal2171617000.260.680.1537.1465.9256.27
HexD9A14601A44F254238
Octal331241106032104174510270
Binary11011001101000011000110011010100010011111001011000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A146; }

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

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

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

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

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

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

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

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