#D5AA63

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

Shades of Apache #D5AA63

Tints of Apache #D5AA63

Color information

#D5AA63 (or 0xD5AA63) is unknown color: approx Apache. HEX triplet: D5, AA and 63. RGB value is (213,170,99). Sum of RGB (Red+Green+Blue) = 213+170+99=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AA63 is #2A559C. Grayscale: #AFAFAF. Windows color (decimal): -2774429 or 6531797. OLE color: 6531797.

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

Color convert

RGB21317099-
CMYK00.200.540.16
HSL37.37º57.58%61.18%-
HSV(B)37.37º53.52%83.53%-
XYZ44.0743.817.94-
YUV174.7685.25155.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.19%
GREEN value IS 170 (66.80% from 255) = 35.27%
BLUE value IS 99 (39.06% from 255) = 20.54%
R=44.19%
G=35.27%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131709900.200.540.1637.3757.5861.18
HexD5AA630143610253a3d
Octal3252521430246620457275
Binary1101010110101010110001101010011011010000100101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AA63; }

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

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

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

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

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

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

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

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