#D4A146

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

Shades of Fire Bush #D4A146

Tints of Fire Bush #D4A146

Color information

#D4A146 (or 0xD4A146) is unknown color: approx Fire Bush. HEX triplet: D4, A1 and 46. RGB value is (212,161,70). Sum of RGB (Red+Green+Blue) = 212+161+70=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 70 (27.73% from 255 or 15.80% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A146 is #2B5EB9. Grayscale: #A6A6A6. Windows color (decimal): -2842298 or 4628948. OLE color: 4628948.

HSL color Cylindrical-coordinate representation of color #D4A146: hue angle of 38.45º 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 #D4A146 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB21216170-
CMYK00.240.670.17
HSL38.45º62.28%55.29%-
HSV(B)38.45º66.98%83.14%-
XYZ4139.9311.34-
YUV165.8773.9160.9-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.86%
GREEN value IS 161 (63.28% from 255) = 36.34%
BLUE value IS 70 (27.73% from 255) = 15.80%
R=47.86%
G=36.34%
B=15.80%

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
Decimal2121617000.240.670.1738.4562.2855.29
HexD4A1460184311263e37
Octal32424110603010321467667
Binary11010100101000011000110011000100001110001100110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A146; }

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

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

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

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

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

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

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

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