#D5A859

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

Shades of Apache #D5A859

Tints of Apache #D5A859

Color information

#D5A859 (or 0xD5A859) is unknown color: approx Apache. HEX triplet: D5, A8 and 59. RGB value is (213,168,89). Sum of RGB (Red+Green+Blue) = 213+168+89=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 89 (35.16% from 255 or 18.94% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A859 is #2A57A6. Grayscale: #ACACAC. Windows color (decimal): -2774951 or 5875925. OLE color: 5875925.

HSL color Cylindrical-coordinate representation of color #D5A859: hue angle of 38.23º 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 #D5A859 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB21316889-
CMYK00.210.580.16
HSL38.23º59.62%59.22%-
HSV(B)38.23º58.22%83.53%-
XYZ43.2542.8715.45-
YUV172.4580.91156.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.32%
GREEN value IS 168 (66.02% from 255) = 35.74%
BLUE value IS 89 (35.16% from 255) = 18.94%
R=45.32%
G=35.74%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131688900.210.580.1638.2359.6259.22
HexD5A8590153A10263c3b
Octal3252501310257220467473
Binary1101010110101000101100101010111101010000100110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A859; }

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

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

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

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

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

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

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

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