#D59C4D

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

Shades of Fire Bush #D59C4D

Tints of Fire Bush #D59C4D

Color information

#D59C4D (or 0xD59C4D) is unknown color: approx Fire Bush. HEX triplet: D5, 9C and 4D. RGB value is (213,156,77). Sum of RGB (Red+Green+Blue) = 213+156+77=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59C4D is #2A63B2. Grayscale: #A4A4A4. Windows color (decimal): -2778035 or 5086421. OLE color: 5086421.

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

Color convert

RGB21315677-
CMYK00.270.640.16
HSL34.85º61.82%56.86%-
HSV(B)34.85º63.85%83.53%-
XYZ40.6738.4612.3-
YUV164.0478.88162.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.76%
GREEN value IS 156 (61.33% from 255) = 34.98%
BLUE value IS 77 (30.47% from 255) = 17.26%
R=47.76%
G=34.98%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131567700.270.640.1634.8561.8256.86
HexD59C4D01B4010233e39
Octal32523411503310020437671
Binary11010101100111001001101011011100000010000100011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59C4D; }

 p { color: rgb(213,156,77); }

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

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

 a { background-color: rgb(213,156,77); }

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

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

 span { border-color: rgb(213,156,77); }

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