#D1A45C

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

Shades of Apache #D1A45C

Tints of Apache #D1A45C

Color information

#D1A45C (or 0xD1A45C) is unknown color: approx Apache. HEX triplet: D1, A4 and 5C. RGB value is (209,164,92). Sum of RGB (Red+Green+Blue) = 209+164+92=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A45C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A45C is #2E5BA3. Grayscale: #A9A9A9. Windows color (decimal): -3038116 or 6071505. OLE color: 6071505.

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

Color convert

RGB20916492-
CMYK00.220.560.18
HSL36.92º55.98%59.02%-
HSV(B)36.92º55.98%81.96%-
XYZ41.540.8815.83-
YUV169.2584.41156.35-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.95%
GREEN value IS 164 (64.45% from 255) = 35.27%
BLUE value IS 92 (36.33% from 255) = 19.78%
R=44.95%
G=35.27%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091649200.220.560.1836.9255.9859.02
HexD1A45C016381225383b
Octal3212441340267022457073
Binary1101000110100100101110001011011100010010100101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A45C; }

 p { color: rgb(209,164,92); }

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

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

 a { background-color: rgb(209,164,92); }

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

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

 span { border-color: rgb(209,164,92); }

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