#D5A95D

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

Shades of Apache #D5A95D

Tints of Apache #D5A95D

Color information

#D5A95D (or 0xD5A95D) is unknown color: approx Apache. HEX triplet: D5, A9 and 5D. RGB value is (213,169,93). Sum of RGB (Red+Green+Blue) = 213+169+93=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A95D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A95D is #2A56A2. Grayscale: #ADADAD. Windows color (decimal): -2774691 or 6138325. OLE color: 6138325.

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

Color convert

RGB21316993-
CMYK00.210.560.16
HSL38º58.82%60%-
HSV(B)38º56.34%83.53%-
XYZ43.643.3116.42-
YUV173.4982.58156.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.84%
GREEN value IS 169 (66.41% from 255) = 35.58%
BLUE value IS 93 (36.72% from 255) = 19.58%
R=44.84%
G=35.58%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131699300.210.560.163858.8260
HexD5A95D0153810263b3c
Octal3252511350257020467374
Binary1101010110101001101110101010111100010000100110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A95D; }

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

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

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

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

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

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

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

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