#D1A64E

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

Shades of Apache #D1A64E

Tints of Apache #D1A64E

Color information

#D1A64E (or 0xD1A64E) is unknown color: approx Apache. HEX triplet: D1, A6 and 4E. RGB value is (209,166,78). Sum of RGB (Red+Green+Blue) = 209+166+78=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 78 (30.86% from 255 or 17.22% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A64E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A64E is #2E59B1. Grayscale: #A9A9A9. Windows color (decimal): -3037618 or 5154513. OLE color: 5154513.

HSL color Cylindrical-coordinate representation of color #D1A64E: hue angle of 40.31º 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 #D1A64E is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB20916678-
CMYK00.210.630.18
HSL40.31º58.74%56.27%-
HSV(B)40.31º62.68%81.96%-
XYZ41.3141.3813.02-
YUV168.8276.75156.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.14%
GREEN value IS 166 (65.23% from 255) = 36.64%
BLUE value IS 78 (30.86% from 255) = 17.22%
R=46.14%
G=36.64%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091667800.210.630.1840.3158.7456.27
HexD1A64E0153F12283b38
Octal3212461160257722507370
Binary1101000110100110100111001010111111110010101000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A64E; }

 p { color: rgb(209,166,78); }

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

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

 a { background-color: rgb(209,166,78); }

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

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

 span { border-color: rgb(209,166,78); }

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