#D59341

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

Shades of Fire Bush #D59341

Tints of Fire Bush #D59341

Color information

#D59341 (or 0xD59341) is unknown color: approx Fire Bush. HEX triplet: D5, 93 and 41. RGB value is (213,147,65). Sum of RGB (Red+Green+Blue) = 213+147+65=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D59341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59341 is #2A6CBE. Grayscale: #9D9D9D. Windows color (decimal): -2780351 or 4297685. OLE color: 4297685.

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

Color convert

RGB21314765-
CMYK00.310.690.16
HSL33.24º63.79%54.51%-
HSV(B)33.24º69.48%83.53%-
XYZ38.8335.49.79-
YUV157.3975.87167.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.12%
GREEN value IS 147 (57.81% from 255) = 34.59%
BLUE value IS 65 (25.78% from 255) = 15.29%
R=50.12%
G=34.59%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131476500.310.690.1633.2463.7954.51
HexD5934101F4510214037
Octal325223101037105204110067
Binary110101011001001110000010111111000101100001000011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59341; }

 p { color: rgb(213,147,65); }

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

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

 a { background-color: rgb(213,147,65); }

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

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

 span { border-color: rgb(213,147,65); }

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