#D5AB61

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

Shades of Apache #D5AB61

Tints of Apache #D5AB61

Color information

#D5AB61 (or 0xD5AB61) is unknown color: approx Apache. HEX triplet: D5, AB and 61. RGB value is (213,171,97). Sum of RGB (Red+Green+Blue) = 213+171+97=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB61 is #2A549E. Grayscale: #AFAFAF. Windows color (decimal): -2774175 or 6400981. OLE color: 6400981.

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

Color convert

RGB21317197-
CMYK00.200.540.16
HSL38.28º58%60.78%-
HSV(B)38.28º54.46%83.53%-
XYZ44.1644.1417.5-
YUV175.1283.91155.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.28%
GREEN value IS 171 (67.19% from 255) = 35.55%
BLUE value IS 97 (38.28% from 255) = 20.17%
R=44.28%
G=35.55%
B=20.17%

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
Decimal2131719700.200.540.1638.285860.78
HexD5AB610143610263a3d
Octal3252531410246620467275
Binary1101010110101011110000101010011011010000100110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AB61; }

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

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

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

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

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

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

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

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