#D5A760

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

Shades of Apache #D5A760

Tints of Apache #D5A760

Color information

#D5A760 (or 0xD5A760) is unknown color: approx Apache. HEX triplet: D5, A7 and 60. RGB value is (213,167,96). Sum of RGB (Red+Green+Blue) = 213+167+96=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A760 is #2A589F. Grayscale: #ACACAC. Windows color (decimal): -2775200 or 6334421. OLE color: 6334421.

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

Color convert

RGB21316796-
CMYK00.220.550.16
HSL36.41º58.21%60.59%-
HSV(B)36.41º54.93%83.53%-
XYZ43.3742.6317.01-
YUV172.6684.74156.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.75%
GREEN value IS 167 (65.62% from 255) = 35.08%
BLUE value IS 96 (37.89% from 255) = 20.17%
R=44.75%
G=35.08%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131679600.220.550.1636.4158.2160.59
HexD5A7600163710243a3d
Octal3252471400266720447275
Binary1101010110100111110000001011011011110000100100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A760; }

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

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

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

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

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

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

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

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