#D9A246

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

Shades of Fire Bush #D9A246

Tints of Fire Bush #D9A246

Color information

#D9A246 (or 0xD9A246) is unknown color: approx Fire Bush. HEX triplet: D9, A2 and 46. RGB value is (217,162,70). Sum of RGB (Red+Green+Blue) = 217+162+70=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 70 (27.73% from 255 or 15.59% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A246 is #265DB9. Grayscale: #A8A8A8. Windows color (decimal): -2514362 or 4629209. OLE color: 4629209.

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

Color convert

RGB21716270-
CMYK00.250.680.15
HSL37.55º65.92%56.27%-
HSV(B)37.55º67.74%85.1%-
XYZ42.6441.0311.47-
YUV167.9672.72162.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.33%
GREEN value IS 162 (63.67% from 255) = 36.08%
BLUE value IS 70 (27.73% from 255) = 15.59%
R=48.33%
G=36.08%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171627000.250.680.1537.5565.9256.27
HexD9A24601944F264238
Octal331242106031104174610270
Binary11011001101000101000110011001100010011111001101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A246; }

 p { color: rgb(217,162,70); }

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

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

 a { background-color: rgb(217,162,70); }

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

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

 span { border-color: rgb(217,162,70); }

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