#D5A659

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

Shades of Apache #D5A659

Tints of Apache #D5A659

Color information

#D5A659 (or 0xD5A659) is unknown color: approx Apache. HEX triplet: D5, A6 and 59. RGB value is (213,166,89). Sum of RGB (Red+Green+Blue) = 213+166+89=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 89 (35.16% from 255 or 19.02% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A659 is #2A59A6. Grayscale: #ABABAB. Windows color (decimal): -2775463 or 5875413. OLE color: 5875413.

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

Color convert

RGB21316689-
CMYK00.220.580.16
HSL37.26º59.62%59.22%-
HSV(B)37.26º58.22%83.53%-
XYZ42.8842.1415.32-
YUV171.2781.57157.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.51%
GREEN value IS 166 (65.23% from 255) = 35.47%
BLUE value IS 89 (35.16% from 255) = 19.02%
R=45.51%
G=35.47%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131668900.220.580.1637.2659.6259.22
HexD5A6590163A10253c3b
Octal3252461310267220457473
Binary1101010110100110101100101011011101010000100101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A659; }

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

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

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

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

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

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

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

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