#D5AB63

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

Shades of Apache #D5AB63

Tints of Apache #D5AB63

Color information

#D5AB63 (or 0xD5AB63) is unknown color: approx Apache. HEX triplet: D5, AB and 63. RGB value is (213,171,99). Sum of RGB (Red+Green+Blue) = 213+171+99=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB63 is #2A549C. Grayscale: #AFAFAF. Windows color (decimal): -2774173 or 6532053. OLE color: 6532053.

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

Color convert

RGB21317199-
CMYK00.200.540.16
HSL37.89º57.58%61.18%-
HSV(B)37.89º53.52%83.53%-
XYZ44.2644.1718-
YUV175.3584.91154.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.10%
GREEN value IS 171 (67.19% from 255) = 35.40%
BLUE value IS 99 (39.06% from 255) = 20.50%
R=44.10%
G=35.40%
B=20.50%

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
Decimal2131719900.200.540.1637.8957.5861.18
HexD5AB630143610263a3d
Octal3252531430246620467275
Binary1101010110101011110001101010011011010000100110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AB63; }

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

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

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

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

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

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

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

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