#D4A147

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

Shades of Fire Bush #D4A147

Tints of Fire Bush #D4A147

Color information

#D4A147 (or 0xD4A147) is unknown color: approx Fire Bush. HEX triplet: D4, A1 and 47. RGB value is (212,161,71). Sum of RGB (Red+Green+Blue) = 212+161+71=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 71 (28.12% from 255 or 15.99% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A147 is #2B5EB8. Grayscale: #A6A6A6. Windows color (decimal): -2842297 or 4694484. OLE color: 4694484.

HSL color Cylindrical-coordinate representation of color #D4A147: hue angle of 38.3º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4A147 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB21216171-
CMYK00.240.670.17
HSL38.3º62.11%55.49%-
HSV(B)38.3º66.51%83.14%-
XYZ41.0339.9411.51-
YUV165.9974.4160.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.75%
GREEN value IS 161 (63.28% from 255) = 36.26%
BLUE value IS 71 (28.12% from 255) = 15.99%
R=47.75%
G=36.26%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121617100.240.670.1738.362.1155.49
HexD4A1470184311263e37
Octal32424110703010321467667
Binary11010100101000011000111011000100001110001100110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A147; }

 p { color: rgb(212,161,71); }

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

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

 a { background-color: rgb(212,161,71); }

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

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

 span { border-color: rgb(212,161,71); }

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