#D59041

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

Shades of Fire Bush #D59041

Tints of Fire Bush #D59041

Color information

#D59041 (or 0xD59041) is unknown color: approx Fire Bush. HEX triplet: D5, 90 and 41. RGB value is (213,144,65). Sum of RGB (Red+Green+Blue) = 213+144+65=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 65 (25.78% from 255 or 15.40% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D59041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59041 is #2A6FBE. Grayscale: #9C9C9C. Windows color (decimal): -2781119 or 4296917. OLE color: 4296917.

HSL color Cylindrical-coordinate representation of color #D59041: hue angle of 32.03º 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 #D59041 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB21314465-
CMYK00.320.690.16
HSL32.03º63.79%54.51%-
HSV(B)32.03º69.48%83.53%-
XYZ38.3734.479.63-
YUV155.6276.86168.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.47%
GREEN value IS 144 (56.64% from 255) = 34.12%
BLUE value IS 65 (25.78% from 255) = 15.40%
R=50.47%
G=34.12%
B=15.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131446500.320.690.1632.0363.7954.51
HexD590410204510204037
Octal325220101040105204010067
Binary1101010110010000100000101000001000101100001000001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59041; }

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

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

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

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

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

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

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

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