#D9A247

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

Shades of Fire Bush #D9A247

Tints of Fire Bush #D9A247

Color information

#D9A247 (or 0xD9A247) is unknown color: approx Fire Bush. HEX triplet: D9, A2 and 47. RGB value is (217,162,71). Sum of RGB (Red+Green+Blue) = 217+162+71=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 71 (28.12% from 255 or 15.78% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A247 is #265DB8. Grayscale: #A8A8A8. Windows color (decimal): -2514361 or 4694745. OLE color: 4694745.

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

Color convert

RGB21716271-
CMYK00.250.670.15
HSL37.4º65.77%56.47%-
HSV(B)37.4º67.28%85.1%-
XYZ42.6741.0511.64-
YUV168.0773.22162.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.22%
GREEN value IS 162 (63.67% from 255) = 36%
BLUE value IS 71 (28.12% from 255) = 15.78%
R=48.22%
G=36%
B=15.78%

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
Decimal2171627100.250.670.1537.465.7756.47
HexD9A24701943F254238
Octal331242107031103174510270
Binary11011001101000101000111011001100001111111001011000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A247; }

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

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

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

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

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

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

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

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