#D19A4E

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

Shades of Fire Bush #D19A4E

Tints of Fire Bush #D19A4E

Color information

#D19A4E (or 0xD19A4E) is unknown color: approx Fire Bush. HEX triplet: D1, 9A and 4E. RGB value is (209,154,78). Sum of RGB (Red+Green+Blue) = 209+154+78=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 78 (30.86% from 255 or 17.69% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19A4E is #2E65B1. Grayscale: #A2A2A2. Windows color (decimal): -3040690 or 5151441. OLE color: 5151441.

HSL color Cylindrical-coordinate representation of color #D19A4E: hue angle of 34.81º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D19A4E is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB20915478-
CMYK00.260.630.18
HSL34.81º58.74%56.27%-
HSV(B)34.81º62.68%81.96%-
XYZ39.2337.2212.32-
YUV161.7880.72161.68-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.39%
GREEN value IS 154 (60.55% from 255) = 34.92%
BLUE value IS 78 (30.86% from 255) = 17.69%
R=47.39%
G=34.92%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091547800.260.630.1834.8158.7456.27
HexD19A4E01A3F12233b38
Octal3212321160327722437370
Binary1101000110011010100111001101011111110010100011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19A4E; }

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

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

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

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

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

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

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

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