#D49A4E

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

Shades of Fire Bush #D49A4E

Tints of Fire Bush #D49A4E

Color information

#D49A4E (or 0xD49A4E) is unknown color: approx Fire Bush. HEX triplet: D4, 9A and 4E. RGB value is (212,154,78). Sum of RGB (Red+Green+Blue) = 212+154+78=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 78 (30.86% from 255 or 17.57% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49A4E is #2B65B1. Grayscale: #A3A3A3. Windows color (decimal): -2844082 or 5151444. OLE color: 5151444.

HSL color Cylindrical-coordinate representation of color #D49A4E: hue angle of 34.03º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D49A4E is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB21215478-
CMYK00.270.630.17
HSL34.03º60.91%56.86%-
HSV(B)34.03º63.21%83.14%-
XYZ40.0837.6612.36-
YUV162.6880.22163.18-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.75%
GREEN value IS 154 (60.55% from 255) = 34.68%
BLUE value IS 78 (30.86% from 255) = 17.57%
R=47.75%
G=34.68%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121547800.270.630.1734.0360.9156.86
HexD49A4E01B3F11223d39
Octal3242321160337721427571
Binary1101010010011010100111001101111111110001100010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49A4E; }

 p { color: rgb(212,154,78); }

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

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

 a { background-color: rgb(212,154,78); }

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

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

 span { border-color: rgb(212,154,78); }

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