#D59B4E

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

Shades of Fire Bush #D59B4E

Tints of Fire Bush #D59B4E

Color information

#D59B4E (or 0xD59B4E) is unknown color: approx Fire Bush. HEX triplet: D5, 9B and 4E. RGB value is (213,155,78). Sum of RGB (Red+Green+Blue) = 213+155+78=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 78 (30.86% from 255 or 17.49% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59B4E is #2A64B1. Grayscale: #A3A3A3. Windows color (decimal): -2778290 or 5151701. OLE color: 5151701.

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

Color convert

RGB21315578-
CMYK00.270.630.16
HSL34.22º61.64%57.06%-
HSV(B)34.22º63.38%83.53%-
XYZ40.5438.1412.43-
YUV163.5679.72163.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.76%
GREEN value IS 155 (60.94% from 255) = 34.75%
BLUE value IS 78 (30.86% from 255) = 17.49%
R=47.76%
G=34.75%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131557800.270.630.1634.2261.6457.06
HexD59B4E01B3F10223e39
Octal3252331160337720427671
Binary1101010110011011100111001101111111110000100010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59B4E; }

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

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

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

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

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

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

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

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