#D0AA5B

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

Shades of Apache #D0AA5B

Tints of Apache #D0AA5B

Color information

#D0AA5B (or 0xD0AA5B) is unknown color: approx Apache. HEX triplet: D0, AA and 5B. RGB value is (208,170,91). Sum of RGB (Red+Green+Blue) = 208+170+91=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 91 (35.94% from 255 or 19.40% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AA5B is #2F55A4. Grayscale: #ACACAC. Windows color (decimal): -3102117 or 6007504. OLE color: 6007504.

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

Color convert

RGB20817091-
CMYK00.180.560.18
HSL40.51º55.45%58.63%-
HSV(B)40.51º56.25%81.57%-
XYZ42.2842.9115.95-
YUV172.3682.09153.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.35%
GREEN value IS 170 (66.80% from 255) = 36.25%
BLUE value IS 91 (35.94% from 255) = 19.40%
R=44.35%
G=36.25%
B=19.40%

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
Decimal2081709100.180.560.1840.5155.4558.63
HexD0AA5B012381229373b
Octal3202521330227022516773
Binary1101000010101010101101101001011100010010101001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AA5B; }

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

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

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

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

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

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

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

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