#D9A45B

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

Shades of Apache #D9A45B

Tints of Apache #D9A45B

Color information

#D9A45B (or 0xD9A45B) is unknown color: approx Apache. HEX triplet: D9, A4 and 5B. RGB value is (217,164,91). Sum of RGB (Red+Green+Blue) = 217+164+91=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A45B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A45B is #265BA4. Grayscale: #ABABAB. Windows color (decimal): -2513829 or 6005977. OLE color: 6005977.

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

Color convert

RGB21716491-
CMYK00.240.580.15
HSL34.76º62.38%60.39%-
HSV(B)34.76º58.06%85.1%-
XYZ43.7842.0615.71-
YUV171.5282.56160.44-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.97%
GREEN value IS 164 (64.45% from 255) = 34.75%
BLUE value IS 91 (35.94% from 255) = 19.28%
R=45.97%
G=34.75%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171649100.240.580.1534.7662.3860.39
HexD9A45B0183AF233e3c
Octal3312441330307217437674
Binary110110011010010010110110110001110101111100011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A45B; }

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

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

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

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

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

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

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

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