#D1A74E

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

Shades of Apache #D1A74E

Tints of Apache #D1A74E

Color information

#D1A74E (or 0xD1A74E) is unknown color: approx Apache. HEX triplet: D1, A7 and 4E. RGB value is (209,167,78). Sum of RGB (Red+Green+Blue) = 209+167+78=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 78 (30.86% from 255 or 17.18% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A74E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A74E is #2E58B1. Grayscale: #A9A9A9. Windows color (decimal): -3037362 or 5154769. OLE color: 5154769.

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

Color convert

RGB20916778-
CMYK00.200.630.18
HSL40.76º58.74%56.27%-
HSV(B)40.76º62.68%81.96%-
XYZ41.4941.7413.08-
YUV169.4176.41156.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.04%
GREEN value IS 167 (65.62% from 255) = 36.78%
BLUE value IS 78 (30.86% from 255) = 17.18%
R=46.04%
G=36.78%
B=17.18%

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
Decimal2091677800.200.630.1840.7658.7456.27
HexD1A74E0143F12293b38
Octal3212471160247722517370
Binary1101000110100111100111001010011111110010101001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A74E; }

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

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

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

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

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

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

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

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