#D1A04D

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

Shades of Apache #D1A04D

Tints of Apache #D1A04D

Color information

#D1A04D (or 0xD1A04D) is unknown color: approx Apache. HEX triplet: D1, A0 and 4D. RGB value is (209,160,77). Sum of RGB (Red+Green+Blue) = 209+160+77=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A04D is #2E5FB2. Grayscale: #A5A5A5. Windows color (decimal): -3039155 or 5087441. OLE color: 5087441.

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

Color convert

RGB20916077-
CMYK00.230.630.18
HSL37.73º58.93%56.08%-
HSV(B)37.73º63.16%81.96%-
XYZ40.239.2312.47-
YUV165.1978.23159.25-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.86%
GREEN value IS 160 (62.89% from 255) = 35.87%
BLUE value IS 77 (30.47% from 255) = 17.26%
R=46.86%
G=35.87%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091607700.230.630.1837.7358.9356.08
HexD1A04D0173F12263b38
Octal3212401150277722467370
Binary1101000110100000100110101011111111110010100110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A04D; }

 p { color: rgb(209,160,77); }

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

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

 a { background-color: rgb(209,160,77); }

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

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

 span { border-color: rgb(209,160,77); }

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