#D59F48

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

Shades of Fire Bush #D59F48

Tints of Fire Bush #D59F48

Color information

#D59F48 (or 0xD59F48) is unknown color: approx Fire Bush. HEX triplet: D5, 9F and 48. RGB value is (213,159,72). Sum of RGB (Red+Green+Blue) = 213+159+72=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 72 (28.52% from 255 or 16.22% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59F48 is #2A60B7. Grayscale: #A5A5A5. Windows color (decimal): -2777272 or 4759509. OLE color: 4759509.

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

Color convert

RGB21315972-
CMYK00.250.660.16
HSL37.02º62.67%55.88%-
HSV(B)37.02º66.2%83.53%-
XYZ41.0139.4111.58-
YUV165.2375.39162.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.97%
GREEN value IS 159 (62.5% from 255) = 35.81%
BLUE value IS 72 (28.52% from 255) = 16.22%
R=47.97%
G=35.81%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131597200.250.660.1637.0262.6755.88
HexD59F480194210253f38
Octal32523711003110220457770
Binary11010101100111111001000011001100001010000100101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59F48; }

 p { color: rgb(213,159,72); }

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

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

 a { background-color: rgb(213,159,72); }

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

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

 span { border-color: rgb(213,159,72); }

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