#D5A360

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

Shades of Apache #D5A360

Tints of Apache #D5A360

Color information

#D5A360 (or 0xD5A360) is unknown color: approx Apache. HEX triplet: D5, A3 and 60. RGB value is (213,163,96). Sum of RGB (Red+Green+Blue) = 213+163+96=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A360 is #2A5C9F. Grayscale: #AAAAAA. Windows color (decimal): -2776224 or 6333397. OLE color: 6333397.

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

Color convert

RGB21316396-
CMYK00.230.550.16
HSL34.36º58.21%60.59%-
HSV(B)34.36º54.93%83.53%-
XYZ42.6541.1916.77-
YUV170.3186.06158.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.13%
GREEN value IS 163 (64.06% from 255) = 34.53%
BLUE value IS 96 (37.89% from 255) = 20.34%
R=45.13%
G=34.53%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131639600.230.550.1634.3658.2160.59
HexD5A3600173710223a3d
Octal3252431400276720427275
Binary1101010110100011110000001011111011110000100010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A360; }

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

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

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

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

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

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

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

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