#D59A4C

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

Shades of Fire Bush #D59A4C

Tints of Fire Bush #D59A4C

Color information

#D59A4C (or 0xD59A4C) is unknown color: approx Fire Bush. HEX triplet: D5, 9A and 4C. RGB value is (213,154,76). Sum of RGB (Red+Green+Blue) = 213+154+76=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59A4C is #2A65B3. Grayscale: #A3A3A3. Windows color (decimal): -2778548 or 5020373. OLE color: 5020373.

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

Color convert

RGB21315476-
CMYK00.280.640.16
HSL34.16º61.99%56.67%-
HSV(B)34.16º64.32%83.53%-
XYZ40.337.7812.01-
YUV162.7579.05163.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.08%
GREEN value IS 154 (60.55% from 255) = 34.76%
BLUE value IS 76 (30.08% from 255) = 17.16%
R=48.08%
G=34.76%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131547600.280.640.1634.1661.9956.67
HexD59A4C01C4010223e39
Octal32523211403410020427671
Binary11010101100110101001100011100100000010000100010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59A4C; }

 p { color: rgb(213,154,76); }

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

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

 a { background-color: rgb(213,154,76); }

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

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

 span { border-color: rgb(213,154,76); }

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