#D9A45F

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

Shades of Apache #D9A45F

Tints of Apache #D9A45F

Color information

#D9A45F (or 0xD9A45F) is unknown color: approx Apache. HEX triplet: D9, A4 and 5F. RGB value is (217,164,95). Sum of RGB (Red+Green+Blue) = 217+164+95=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 95 (37.5% from 255 or 19.96% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A45F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A45F is #265BA0. Grayscale: #ACACAC. Windows color (decimal): -2513825 or 6268121. OLE color: 6268121.

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

Color convert

RGB21716495-
CMYK00.240.560.15
HSL33.93º61.62%61.18%-
HSV(B)33.93º56.22%85.1%-
XYZ43.9642.1316.64-
YUV171.9884.56160.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.59%
GREEN value IS 164 (64.45% from 255) = 34.45%
BLUE value IS 95 (37.5% from 255) = 19.96%
R=45.59%
G=34.45%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171649500.240.560.1533.9361.6261.18
HexD9A45F01838F223e3d
Octal3312441370307017427675
Binary110110011010010010111110110001110001111100010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A45F; }

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

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

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

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

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

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

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

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