#D8A85C

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

Shades of Apache #D8A85C

Tints of Apache #D8A85C

Color information

#D8A85C (or 0xD8A85C) is unknown color: approx Apache. HEX triplet: D8, A8 and 5C. RGB value is (216,168,92). Sum of RGB (Red+Green+Blue) = 216+168+92=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A85C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A85C is #2757A3. Grayscale: #AEAEAE. Windows color (decimal): -2578340 or 6072536. OLE color: 6072536.

HSL color Cylindrical-coordinate representation of color #D8A85C: hue angle of 36.77º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8A85C is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB21616892-
CMYK00.220.570.15
HSL36.77º61.39%60.39%-
HSV(B)36.77º57.41%84.71%-
XYZ44.2543.3816.17-
YUV173.6981.9158.18-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.38%
GREEN value IS 168 (66.02% from 255) = 35.29%
BLUE value IS 92 (36.33% from 255) = 19.33%
R=45.38%
G=35.29%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161689200.220.570.1536.7761.3960.39
HexD8A85C01639F253d3c
Octal3302501340267117457574
Binary110110001010100010111000101101110011111100101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A85C; }

 p { color: rgb(216,168,92); }

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

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

 a { background-color: rgb(216,168,92); }

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

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

 span { border-color: rgb(216,168,92); }

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