#D9A75A

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

Shades of Apache #D9A75A

Tints of Apache #D9A75A

Color information

#D9A75A (or 0xD9A75A) is unknown color: approx Apache. HEX triplet: D9, A7 and 5A. RGB value is (217,167,90). Sum of RGB (Red+Green+Blue) = 217+167+90=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 90 (35.55% from 255 or 18.99% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A75A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A75A is #2658A5. Grayscale: #ADADAD. Windows color (decimal): -2513062 or 5941209. OLE color: 5941209.

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

Color convert

RGB21716790-
CMYK00.230.590.15
HSL36.38º62.56%60.2%-
HSV(B)36.38º58.53%85.1%-
XYZ44.2843.1315.66-
YUV173.1781.06159.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.78%
GREEN value IS 167 (65.62% from 255) = 35.23%
BLUE value IS 90 (35.55% from 255) = 18.99%
R=45.78%
G=35.23%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171679000.230.590.1536.3862.5660.2
HexD9A75A0173BF243f3c
Octal3312471320277317447774
Binary110110011010011110110100101111110111111100100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A75A; }

 p { color: rgb(217,167,90); }

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

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

 a { background-color: rgb(217,167,90); }

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

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

 span { border-color: rgb(217,167,90); }

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