#D59447

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

Shades of Fire Bush #D59447

Tints of Fire Bush #D59447

Color information

#D59447 (or 0xD59447) is unknown color: approx Fire Bush. HEX triplet: D5, 94 and 47. RGB value is (213,148,71). Sum of RGB (Red+Green+Blue) = 213+148+71=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 71 (28.12% from 255 or 16.44% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D59447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59447 is #2A6BB8. Grayscale: #9F9F9F. Windows color (decimal): -2780089 or 4691157. OLE color: 4691157.

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

Color convert

RGB21314871-
CMYK00.310.670.16
HSL32.54º62.83%55.69%-
HSV(B)32.54º66.67%83.53%-
XYZ39.1735.7810.8-
YUV158.6678.53166.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.31%
GREEN value IS 148 (58.20% from 255) = 34.26%
BLUE value IS 71 (28.12% from 255) = 16.44%
R=49.31%
G=34.26%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131487100.310.670.1632.5462.8355.69
HexD5944701F4310213f38
Octal32522410703710320417770
Binary11010101100101001000111011111100001110000100001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59447; }

 p { color: rgb(213,148,71); }

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

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

 a { background-color: rgb(213,148,71); }

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

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

 span { border-color: rgb(213,148,71); }

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