#D8A559

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

Shades of Apache #D8A559

Tints of Apache #D8A559

Color information

#D8A559 (or 0xD8A559) is unknown color: approx Apache. HEX triplet: D8, A5 and 59. RGB value is (216,165,89). Sum of RGB (Red+Green+Blue) = 216+165+89=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 89 (35.16% from 255 or 18.94% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A559 is #275AA6. Grayscale: #ABABAB. Windows color (decimal): -2579111 or 5875160. OLE color: 5875160.

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

Color convert

RGB21616589-
CMYK00.240.590.15
HSL35.91º61.95%59.8%-
HSV(B)35.91º58.8%84.71%-
XYZ43.5842.2315.31-
YUV171.5881.4159.68-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.96%
GREEN value IS 165 (64.84% from 255) = 35.11%
BLUE value IS 89 (35.16% from 255) = 18.94%
R=45.96%
G=35.11%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161658900.240.590.1535.9161.9559.8
HexD8A5590183BF243e3c
Octal3302451310307317447674
Binary110110001010010110110010110001110111111100100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A559; }

 p { color: rgb(216,165,89); }

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

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

 a { background-color: rgb(216,165,89); }

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

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

 span { border-color: rgb(216,165,89); }

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