#D59A49

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

Shades of Fire Bush #D59A49

Tints of Fire Bush #D59A49

Color information

#D59A49 (or 0xD59A49) is unknown color: approx Fire Bush. HEX triplet: D5, 9A and 49. RGB value is (213,154,73). Sum of RGB (Red+Green+Blue) = 213+154+73=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59A49 is #2A65B6. Grayscale: #A2A2A2. Windows color (decimal): -2778551 or 4823765. OLE color: 4823765.

HSL color Cylindrical-coordinate representation of color #D59A49: hue angle of 34.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D59A49 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB21315473-
CMYK00.280.660.16
HSL34.71º62.5%56.08%-
HSV(B)34.71º65.73%83.53%-
XYZ40.237.7411.47-
YUV162.4177.55164.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.41%
GREEN value IS 154 (60.55% from 255) = 35%
BLUE value IS 73 (28.91% from 255) = 16.59%
R=48.41%
G=35%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131547300.280.660.1634.7162.556.08
HexD59A4901C4210233e38
Octal32523211103410220437670
Binary11010101100110101001001011100100001010000100011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59A49; }

 p { color: rgb(213,154,73); }

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

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

 a { background-color: rgb(213,154,73); }

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

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

 span { border-color: rgb(213,154,73); }

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