#D1AE56

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

Shades of Apache #D1AE56

Tints of Apache #D1AE56

Color information

#D1AE56 (or 0xD1AE56) is unknown color: approx Apache. HEX triplet: D1, AE and 56. RGB value is (209,174,86). Sum of RGB (Red+Green+Blue) = 209+174+86=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AE56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AE56 is #2E51A9. Grayscale: #AEAEAE. Windows color (decimal): -3035562 or 5680849. OLE color: 5680849.

HSL color Cylindrical-coordinate representation of color #D1AE56: hue angle of 42.93º 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 #D1AE56 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB20917486-
CMYK00.170.590.18
HSL42.93º57.21%57.84%-
HSV(B)42.93º58.85%81.96%-
XYZ43.1144.515.12-
YUV174.4378.1152.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.56%
GREEN value IS 174 (68.36% from 255) = 37.10%
BLUE value IS 86 (33.98% from 255) = 18.34%
R=44.56%
G=37.10%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091748600.170.590.1842.9357.2157.84
HexD1AE560113B122b393a
Octal3212561260217322537172
Binary1101000110101110101011001000111101110010101011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AE56; }

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

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

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

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

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

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

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

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