#D5A357

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

Shades of Apache #D5A357

Tints of Apache #D5A357

Color information

#D5A357 (or 0xD5A357) is unknown color: approx Apache. HEX triplet: D5, A3 and 57. RGB value is (213,163,87). Sum of RGB (Red+Green+Blue) = 213+163+87=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 87 (34.38% from 255 or 18.79% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A357 is #2A5CA8. Grayscale: #A9A9A9. Windows color (decimal): -2776233 or 5743573. OLE color: 5743573.

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

Color convert

RGB21316387-
CMYK00.230.590.16
HSL36.19º60%58.82%-
HSV(B)36.19º59.15%83.53%-
XYZ42.2641.0314.71-
YUV169.2981.56159.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.00%
GREEN value IS 163 (64.06% from 255) = 35.21%
BLUE value IS 87 (34.38% from 255) = 18.79%
R=46.00%
G=35.21%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131638700.230.590.1636.196058.82
HexD5A3570173B10243c3b
Octal3252431270277320447473
Binary1101010110100011101011101011111101110000100100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A357; }

 p { color: rgb(213,163,87); }

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

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

 a { background-color: rgb(213,163,87); }

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

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

 span { border-color: rgb(213,163,87); }

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