#D1A84E

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

Shades of Apache #D1A84E

Tints of Apache #D1A84E

Color information

#D1A84E (or 0xD1A84E) is unknown color: approx Apache. HEX triplet: D1, A8 and 4E. RGB value is (209,168,78). Sum of RGB (Red+Green+Blue) = 209+168+78=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 78 (30.86% from 255 or 17.14% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A84E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A84E is #2E57B1. Grayscale: #AAAAAA. Windows color (decimal): -3037106 or 5155025. OLE color: 5155025.

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

Color convert

RGB20916878-
CMYK00.200.630.18
HSL41.22º58.74%56.27%-
HSV(B)41.22º62.68%81.96%-
XYZ41.6742.1113.14-
YUV17076.08155.82-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.93%
GREEN value IS 168 (66.02% from 255) = 36.92%
BLUE value IS 78 (30.86% from 255) = 17.14%
R=45.93%
G=36.92%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091687800.200.630.1841.2258.7456.27
HexD1A84E0143F12293b38
Octal3212501160247722517370
Binary1101000110101000100111001010011111110010101001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A84E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A84E; }

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

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

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

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

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

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

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

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