#D5A863

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

Shades of Apache #D5A863

Tints of Apache #D5A863

Color information

#D5A863 (or 0xD5A863) is unknown color: approx Apache. HEX triplet: D5, A8 and 63. RGB value is (213,168,99). Sum of RGB (Red+Green+Blue) = 213+168+99=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 99 (39.06% from 255 or 20.62% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A863 is #2A579C. Grayscale: #ADADAD. Windows color (decimal): -2774941 or 6531285. OLE color: 6531285.

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

Color convert

RGB21316899-
CMYK00.210.540.16
HSL36.32º57.58%61.18%-
HSV(B)36.32º53.52%83.53%-
XYZ43.743.0517.81-
YUV173.5985.91156.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.38%
GREEN value IS 168 (66.02% from 255) = 35%
BLUE value IS 99 (39.06% from 255) = 20.62%
R=44.38%
G=35%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131689900.210.540.1636.3257.5861.18
HexD5A8630153610243a3d
Octal3252501430256620447275
Binary1101010110101000110001101010111011010000100100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A863; }

 p { color: rgb(213,168,99); }

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

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

 a { background-color: rgb(213,168,99); }

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

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

 span { border-color: rgb(213,168,99); }

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