#D5A059

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

Shades of Apache #D5A059

Tints of Apache #D5A059

Color information

#D5A059 (or 0xD5A059) is unknown color: approx Apache. HEX triplet: D5, A0 and 59. RGB value is (213,160,89). Sum of RGB (Red+Green+Blue) = 213+160+89=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 89 (35.16% from 255 or 19.26% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A059 is #2A5FA6. Grayscale: #A8A8A8. Windows color (decimal): -2776999 or 5873877. OLE color: 5873877.

HSL color Cylindrical-coordinate representation of color #D5A059: hue angle of 34.35º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5A059 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB21316089-
CMYK00.250.580.16
HSL34.35º59.62%59.22%-
HSV(B)34.35º58.22%83.53%-
XYZ41.8140.0114.97-
YUV167.7583.56160.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.10%
GREEN value IS 160 (62.89% from 255) = 34.63%
BLUE value IS 89 (35.16% from 255) = 19.26%
R=46.10%
G=34.63%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131608900.250.580.1634.3559.6259.22
HexD5A0590193A10223c3b
Octal3252401310317220427473
Binary1101010110100000101100101100111101010000100010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A059; }

 p { color: rgb(213,160,89); }

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

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

 a { background-color: rgb(213,160,89); }

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

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

 span { border-color: rgb(213,160,89); }

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