#D9A141

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

Shades of Fire Bush #D9A141

Tints of Fire Bush #D9A141

Color information

#D9A141 (or 0xD9A141) is unknown color: approx Fire Bush. HEX triplet: D9, A1 and 41. RGB value is (217,161,65). Sum of RGB (Red+Green+Blue) = 217+161+65=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 65 (25.78% from 255 or 14.67% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A141 is #265EBE. Grayscale: #A7A7A7. Windows color (decimal): -2514623 or 4301273. OLE color: 4301273.

HSL color Cylindrical-coordinate representation of color #D9A141: hue angle of 37.89º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D9A141 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB21716165-
CMYK00.260.700.15
HSL37.89º66.67%55.29%-
HSV(B)37.89º70.05%85.1%-
XYZ42.3140.6210.61-
YUV166.870.55163.81-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.98%
GREEN value IS 161 (63.28% from 255) = 36.34%
BLUE value IS 65 (25.78% from 255) = 14.67%
R=48.98%
G=36.34%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171616500.260.700.1537.8966.6755.29
HexD9A14101A46F264337
Octal331241101032106174610367
Binary11011001101000011000001011010100011011111001101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A141; }

 p { color: rgb(217,161,65); }

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

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

 a { background-color: rgb(217,161,65); }

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

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

 span { border-color: rgb(217,161,65); }

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