#D0AA5C

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

Shades of Apache #D0AA5C

Tints of Apache #D0AA5C

Color information

#D0AA5C (or 0xD0AA5C) is unknown color: approx Apache. HEX triplet: D0, AA and 5C. RGB value is (208,170,92). Sum of RGB (Red+Green+Blue) = 208+170+92=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AA5C is #2F55A3. Grayscale: #ACACAC. Windows color (decimal): -3102116 or 6073040. OLE color: 6073040.

HSL color Cylindrical-coordinate representation of color #D0AA5C: hue angle of 40.34º degrees, saturation: 0.55, 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 #D0AA5C is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB20817092-
CMYK00.180.560.18
HSL40.34º55.24%58.82%-
HSV(B)40.34º55.77%81.57%-
XYZ42.3242.9316.18-
YUV172.4782.59153.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.26%
GREEN value IS 170 (66.80% from 255) = 36.17%
BLUE value IS 92 (36.33% from 255) = 19.57%
R=44.26%
G=36.17%
B=19.57%

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
Decimal2081709200.180.560.1840.3455.2458.82
HexD0AA5C012381228373b
Octal3202521340227022506773
Binary1101000010101010101110001001011100010010101000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AA5C; }

 p { color: rgb(208,170,92); }

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

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

 a { background-color: rgb(208,170,92); }

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

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

 span { border-color: rgb(208,170,92); }

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