#D1AB5D

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

Shades of Apache #D1AB5D

Tints of Apache #D1AB5D

Color information

#D1AB5D (or 0xD1AB5D) is unknown color: approx Apache. HEX triplet: D1, AB and 5D. RGB value is (209,171,93). Sum of RGB (Red+Green+Blue) = 209+171+93=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AB5D is #2E54A2. Grayscale: #ADADAD. Windows color (decimal): -3036323 or 6138833. OLE color: 6138833.

HSL color Cylindrical-coordinate representation of color #D1AB5D: hue angle of 40.34º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1AB5D is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB20917193-
CMYK00.180.560.18
HSL40.34º55.77%59.22%-
HSV(B)40.34º55.5%81.96%-
XYZ42.8343.4716.49-
YUV173.4782.59153.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.19%
GREEN value IS 171 (67.19% from 255) = 36.15%
BLUE value IS 93 (36.72% from 255) = 19.66%
R=44.19%
G=36.15%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091719300.180.560.1840.3455.7759.22
HexD1AB5D012381228383b
Octal3212531350227022507073
Binary1101000110101011101110101001011100010010101000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AB5D; }

 p { color: rgb(209,171,93); }

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

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

 a { background-color: rgb(209,171,93); }

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

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

 span { border-color: rgb(209,171,93); }

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