#D9A140

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

Shades of Fire Bush #D9A140

Tints of Fire Bush #D9A140

Color information

#D9A140 (or 0xD9A140) is unknown color: approx Fire Bush. HEX triplet: D9, A1 and 40. RGB value is (217,161,64). Sum of RGB (Red+Green+Blue) = 217+161+64=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A140 is #265EBF. Grayscale: #A7A7A7. Windows color (decimal): -2514624 or 4235737. OLE color: 4235737.

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

Color convert

RGB21716164-
CMYK00.260.710.15
HSL38.04º66.81%55.1%-
HSV(B)38.04º70.51%85.1%-
XYZ42.2940.6110.46-
YUV166.6970.05163.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.10%
GREEN value IS 161 (63.28% from 255) = 36.43%
BLUE value IS 64 (25.39% from 255) = 14.48%
R=49.10%
G=36.43%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171616400.260.710.1538.0466.8155.1
HexD9A14001A47F264337
Octal331241100032107174610367
Binary11011001101000011000000011010100011111111001101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A140; }

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

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

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

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

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

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

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

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