#D9A448

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

Shades of Fire Bush #D9A448

Tints of Fire Bush #D9A448

Color information

#D9A448 (or 0xD9A448) is unknown color: approx Fire Bush. HEX triplet: D9, A4 and 48. RGB value is (217,164,72). Sum of RGB (Red+Green+Blue) = 217+164+72=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 72 (28.52% from 255 or 15.89% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A448 is #265BB7. Grayscale: #A9A9A9. Windows color (decimal): -2513848 or 4760793. OLE color: 4760793.

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

Color convert

RGB21716472-
CMYK00.240.670.15
HSL38.07º65.61%56.67%-
HSV(B)38.07º66.82%85.1%-
XYZ43.0641.7711.92-
YUV169.3673.06161.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.90%
GREEN value IS 164 (64.45% from 255) = 36.20%
BLUE value IS 72 (28.52% from 255) = 15.89%
R=47.90%
G=36.20%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171647200.240.670.1538.0765.6156.67
HexD9A44801843F264239
Octal331244110030103174610271
Binary11011001101001001001000011000100001111111001101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A448; }

 p { color: rgb(217,164,72); }

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

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

 a { background-color: rgb(217,164,72); }

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

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

 span { border-color: rgb(217,164,72); }

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