#D1AB56

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

Shades of Apache #D1AB56

Tints of Apache #D1AB56

Color information

#D1AB56 (or 0xD1AB56) is unknown color: approx Apache. HEX triplet: D1, AB and 56. RGB value is (209,171,86). Sum of RGB (Red+Green+Blue) = 209+171+86=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AB56 is #2E54A9. Grayscale: #ADADAD. Windows color (decimal): -3036330 or 5680081. OLE color: 5680081.

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

Color convert

RGB20917186-
CMYK00.180.590.18
HSL41.46º57.21%57.84%-
HSV(B)41.46º58.85%81.96%-
XYZ42.5443.3514.93-
YUV172.6779.09153.91-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.85%
GREEN value IS 171 (67.19% from 255) = 36.70%
BLUE value IS 86 (33.98% from 255) = 18.45%
R=44.85%
G=36.70%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091718600.180.590.1841.4657.2157.84
HexD1AB560123B1229393a
Octal3212531260227322517172
Binary1101000110101011101011001001011101110010101001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AB56; }

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

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

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

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

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

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

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

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