#D0AC59

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

Shades of Apache #D0AC59

Tints of Apache #D0AC59

Color information

#D0AC59 (or 0xD0AC59) is unknown color: approx Apache. HEX triplet: D0, AC and 59. RGB value is (208,172,89). Sum of RGB (Red+Green+Blue) = 208+172+89=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 89 (35.16% from 255 or 18.98% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AC59 is #2F53A6. Grayscale: #ADADAD. Windows color (decimal): -3101607 or 5876944. OLE color: 5876944.

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

Color convert

RGB20817289-
CMYK00.170.570.18
HSL41.85º55.87%58.24%-
HSV(B)41.85º57.21%81.57%-
XYZ42.5743.6415.63-
YUV173.380.43152.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.35%
GREEN value IS 172 (67.58% from 255) = 36.67%
BLUE value IS 89 (35.16% from 255) = 18.98%
R=44.35%
G=36.67%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081728900.170.570.1841.8555.8758.24
HexD0AC5901139122a383a
Octal3202541310217122527072
Binary1101000010101100101100101000111100110010101010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AC59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AC59; }

 p { color: rgb(208,172,89); }

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

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

 a { background-color: rgb(208,172,89); }

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

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

 span { border-color: rgb(208,172,89); }

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