#D5A95F

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

Shades of Apache #D5A95F

Tints of Apache #D5A95F

Color information

#D5A95F (or 0xD5A95F) is unknown color: approx Apache. HEX triplet: D5, A9 and 5F. RGB value is (213,169,95). Sum of RGB (Red+Green+Blue) = 213+169+95=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 95 (37.5% from 255 or 19.92% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A95F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A95F is #2A56A0. Grayscale: #AEAEAE. Windows color (decimal): -2774689 or 6269397. OLE color: 6269397.

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

Color convert

RGB21316995-
CMYK00.210.550.16
HSL37.63º58.42%60.39%-
HSV(B)37.63º55.4%83.53%-
XYZ43.6943.3516.89-
YUV173.7283.58156.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.65%
GREEN value IS 169 (66.41% from 255) = 35.43%
BLUE value IS 95 (37.5% from 255) = 19.92%
R=44.65%
G=35.43%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131699500.210.550.1637.6358.4260.39
HexD5A95F0153710263a3c
Octal3252511370256720467274
Binary1101010110101001101111101010111011110000100110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A95F; }

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

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

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

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

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

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

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

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