#D0A05F

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

Shades of Apache #D0A05F

Tints of Apache #D0A05F

Color information

#D0A05F (or 0xD0A05F) is unknown color: approx Apache. HEX triplet: D0, A0 and 5F. RGB value is (208,160,95). Sum of RGB (Red+Green+Blue) = 208+160+95=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A05F is #2F5FA0. Grayscale: #A7A7A7. Windows color (decimal): -3104673 or 6267088. OLE color: 6267088.

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

Color convert

RGB20816095-
CMYK00.230.540.18
HSL34.51º54.59%59.41%-
HSV(B)34.51º54.33%81.57%-
XYZ40.6539.3816.28-
YUV166.9487.4157.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.92%
GREEN value IS 160 (62.89% from 255) = 34.56%
BLUE value IS 95 (37.5% from 255) = 20.52%
R=44.92%
G=34.56%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081609500.230.540.1834.5154.5959.41
HexD0A05F017361223373b
Octal3202401370276622436773
Binary1101000010100000101111101011111011010010100011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A05F; }

 p { color: rgb(208,160,95); }

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

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

 a { background-color: rgb(208,160,95); }

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

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

 span { border-color: rgb(208,160,95); }

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