#D5A75D

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

Shades of Apache #D5A75D

Tints of Apache #D5A75D

Color information

#D5A75D (or 0xD5A75D) is unknown color: approx Apache. HEX triplet: D5, A7 and 5D. RGB value is (213,167,93). Sum of RGB (Red+Green+Blue) = 213+167+93=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A75D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A75D is #2A58A2. Grayscale: #ACACAC. Windows color (decimal): -2775203 or 6137813. OLE color: 6137813.

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

Color convert

RGB21316793-
CMYK00.220.560.16
HSL37º58.82%60%-
HSV(B)37º56.34%83.53%-
XYZ43.2442.5716.29-
YUV172.3283.24157.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.03%
GREEN value IS 167 (65.62% from 255) = 35.31%
BLUE value IS 93 (36.72% from 255) = 19.66%
R=45.03%
G=35.31%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131679300.220.560.163758.8260
HexD5A75D0163810253b3c
Octal3252471350267020457374
Binary1101010110100111101110101011011100010000100101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A75D; }

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

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

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

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

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

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

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

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