#D59B49

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

Shades of Fire Bush #D59B49

Tints of Fire Bush #D59B49

Color information

#D59B49 (or 0xD59B49) is unknown color: approx Fire Bush. HEX triplet: D5, 9B and 49. RGB value is (213,155,73). Sum of RGB (Red+Green+Blue) = 213+155+73=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59B49 is #2A64B6. Grayscale: #A3A3A3. Windows color (decimal): -2778295 or 4824021. OLE color: 4824021.

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

Color convert

RGB21315573-
CMYK00.270.660.16
HSL35.14º62.5%56.08%-
HSV(B)35.14º65.73%83.53%-
XYZ40.3638.0711.52-
YUV162.9977.22163.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.30%
GREEN value IS 155 (60.94% from 255) = 35.15%
BLUE value IS 73 (28.91% from 255) = 16.55%
R=48.30%
G=35.15%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131557300.270.660.1635.1462.556.08
HexD59B4901B4210233e38
Octal32523311103310220437670
Binary11010101100110111001001011011100001010000100011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59B49; }

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

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

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

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

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

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

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

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