#D9A14A

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

Shades of Fire Bush #D9A14A

Tints of Fire Bush #D9A14A

Color information

#D9A14A (or 0xD9A14A) is unknown color: approx Fire Bush. HEX triplet: D9, A1 and 4A. RGB value is (217,161,74). Sum of RGB (Red+Green+Blue) = 217+161+74=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A14A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A14A is #265EB5. Grayscale: #A8A8A8. Windows color (decimal): -2514614 or 4891097. OLE color: 4891097.

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

Color convert

RGB21716174-
CMYK00.260.660.15
HSL36.5º65.3%57.06%-
HSV(B)36.5º65.9%85.1%-
XYZ42.640.7412.1-
YUV167.8375.05163.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.01%
GREEN value IS 161 (63.28% from 255) = 35.62%
BLUE value IS 74 (29.30% from 255) = 16.37%
R=48.01%
G=35.62%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171617400.260.660.1536.565.357.06
HexD9A14A01A42F254139
Octal331241112032102174510171
Binary11011001101000011001010011010100001011111001011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A14A; }

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

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

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

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

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

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

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

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