#D59B45

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

Shades of Fire Bush #D59B45

Tints of Fire Bush #D59B45

Color information

#D59B45 (or 0xD59B45) is unknown color: approx Fire Bush. HEX triplet: D5, 9B and 45. RGB value is (213,155,69). Sum of RGB (Red+Green+Blue) = 213+155+69=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 69 (27.34% from 255 or 15.79% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59B45 is #2A64BA. Grayscale: #A2A2A2. Windows color (decimal): -2778299 or 4561877. OLE color: 4561877.

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

Color convert

RGB21315569-
CMYK00.270.680.16
HSL35.83º63.16%55.29%-
HSV(B)35.83º67.61%83.53%-
XYZ40.2438.0210.85-
YUV162.5475.22163.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.74%
GREEN value IS 155 (60.94% from 255) = 35.47%
BLUE value IS 69 (27.34% from 255) = 15.79%
R=48.74%
G=35.47%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131556900.270.680.1635.8363.1655.29
HexD59B4501B4410243f37
Octal32523310503310420447767
Binary11010101100110111000101011011100010010000100100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59B45; }

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

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

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

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

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

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

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

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