#D9A348

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

Shades of Fire Bush #D9A348

Tints of Fire Bush #D9A348

Color information

#D9A348 (or 0xD9A348) is unknown color: approx Fire Bush. HEX triplet: D9, A3 and 48. RGB value is (217,163,72). Sum of RGB (Red+Green+Blue) = 217+163+72=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 72 (28.52% from 255 or 15.93% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A348 is #265CB7. Grayscale: #A9A9A9. Windows color (decimal): -2514104 or 4760537. OLE color: 4760537.

HSL color Cylindrical-coordinate representation of color #D9A348: hue angle of 37.66º 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 #D9A348 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB21716372-
CMYK00.250.670.15
HSL37.66º65.61%56.67%-
HSV(B)37.66º66.82%85.1%-
XYZ42.8841.4111.86-
YUV168.7773.39162.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.01%
GREEN value IS 163 (64.06% from 255) = 36.06%
BLUE value IS 72 (28.52% from 255) = 15.93%
R=48.01%
G=36.06%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171637200.250.670.1537.6665.6156.67
HexD9A34801943F264239
Octal331243110031103174610271
Binary11011001101000111001000011001100001111111001101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A348; }

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

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

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

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

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

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

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

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