#D1A54E

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

Shades of Apache #D1A54E

Tints of Apache #D1A54E

Color information

#D1A54E (or 0xD1A54E) is unknown color: approx Apache. HEX triplet: D1, A5 and 4E. RGB value is (209,165,78). Sum of RGB (Red+Green+Blue) = 209+165+78=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 78 (30.86% from 255 or 17.26% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A54E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A54E is #2E5AB1. Grayscale: #A8A8A8. Windows color (decimal): -3037874 or 5154257. OLE color: 5154257.

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

Color convert

RGB20916578-
CMYK00.210.630.18
HSL39.85º58.74%56.27%-
HSV(B)39.85º62.68%81.96%-
XYZ41.1241.0212.96-
YUV168.2477.08157.07-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.24%
GREEN value IS 165 (64.84% from 255) = 36.50%
BLUE value IS 78 (30.86% from 255) = 17.26%
R=46.24%
G=36.50%
B=17.26%

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
Decimal2091657800.210.630.1839.8558.7456.27
HexD1A54E0153F12283b38
Octal3212451160257722507370
Binary1101000110100101100111001010111111110010101000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A54E; }

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

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

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

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

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

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

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

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