#D9A65E

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

Shades of Apache #D9A65E

Tints of Apache #D9A65E

Color information

#D9A65E (or 0xD9A65E) is unknown color: approx Apache. HEX triplet: D9, A6 and 5E. RGB value is (217,166,94). Sum of RGB (Red+Green+Blue) = 217+166+94=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 94 (37.11% from 255 or 19.71% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A65E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A65E is #2659A1. Grayscale: #ADADAD. Windows color (decimal): -2513314 or 6203097. OLE color: 6203097.

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

Color convert

RGB21716694-
CMYK00.240.570.15
HSL35.12º61.81%60.98%-
HSV(B)35.12º56.68%85.1%-
XYZ44.2742.8316.52-
YUV173.0483.4159.35-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.49%
GREEN value IS 166 (65.23% from 255) = 34.80%
BLUE value IS 94 (37.11% from 255) = 19.71%
R=45.49%
G=34.80%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171669400.240.570.1535.1261.8160.98
HexD9A65E01839F233e3d
Octal3312461360307117437675
Binary110110011010011010111100110001110011111100011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A65E; }

 p { color: rgb(217,166,94); }

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

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

 a { background-color: rgb(217,166,94); }

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

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

 span { border-color: rgb(217,166,94); }

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