#D0A55E

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

Shades of Apache #D0A55E

Tints of Apache #D0A55E

Color information

#D0A55E (or 0xD0A55E) is unknown color: approx Apache. HEX triplet: D0, A5 and 5E. RGB value is (208,165,94). Sum of RGB (Red+Green+Blue) = 208+165+94=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A55E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A55E is #2F5AA1. Grayscale: #AAAAAA. Windows color (decimal): -3103394 or 6202832. OLE color: 6202832.

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

Color convert

RGB20816594-
CMYK00.210.550.18
HSL37.37º54.81%59.22%-
HSV(B)37.37º54.81%81.57%-
XYZ41.4941.1316.34-
YUV169.7685.25155.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.54%
GREEN value IS 165 (64.84% from 255) = 35.33%
BLUE value IS 94 (37.11% from 255) = 20.13%
R=44.54%
G=35.33%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081659400.210.550.1837.3754.8159.22
HexD0A55E015371225373b
Octal3202451360256722456773
Binary1101000010100101101111001010111011110010100101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A55E; }

 p { color: rgb(208,165,94); }

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

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

 a { background-color: rgb(208,165,94); }

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

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

 span { border-color: rgb(208,165,94); }

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