#D5A041

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

Shades of Fire Bush #D5A041

Tints of Fire Bush #D5A041

Color information

#D5A041 (or 0xD5A041) is unknown color: approx Fire Bush. HEX triplet: D5, A0 and 41. RGB value is (213,160,65). Sum of RGB (Red+Green+Blue) = 213+160+65=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A041 is #2A5FBE. Grayscale: #A5A5A5. Windows color (decimal): -2777023 or 4301013. OLE color: 4301013.

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

Color convert

RGB21316065-
CMYK00.250.690.16
HSL38.51º63.79%54.51%-
HSV(B)38.51º69.48%83.53%-
XYZ40.9739.6710.5-
YUV165.0271.56162.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.63%
GREEN value IS 160 (62.89% from 255) = 36.53%
BLUE value IS 65 (25.78% from 255) = 14.84%
R=48.63%
G=36.53%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131606500.250.690.1638.5163.7954.51
HexD5A0410194510274037
Octal325240101031105204710067
Binary110101011010000010000010110011000101100001001111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A041; }

 p { color: rgb(213,160,65); }

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

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

 a { background-color: rgb(213,160,65); }

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

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

 span { border-color: rgb(213,160,65); }

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