#D0A065

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

Shades of Apache #D0A065

Tints of Apache #D0A065

Color information

#D0A065 (or 0xD0A065) is unknown color: approx Apache. HEX triplet: D0, A0 and 65. RGB value is (208,160,101). Sum of RGB (Red+Green+Blue) = 208+160+101=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A065 is #2F5F9A. Grayscale: #A7A7A7. Windows color (decimal): -3104667 or 6660304. OLE color: 6660304.

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

Color convert

RGB208160101-
CMYK00.230.510.18
HSL33.08º53.23%60.59%-
HSV(B)33.08º51.44%81.57%-
XYZ40.9339.4917.78-
YUV167.6390.4156.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.35%
GREEN value IS 160 (62.89% from 255) = 34.12%
BLUE value IS 101 (39.84% from 255) = 21.54%
R=44.35%
G=34.12%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816010100.230.510.1833.0853.2360.59
HexD0A065017331221353d
Octal3202401450276322416575
Binary1101000010100000110010101011111001110010100001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A065; }

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

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

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

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

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

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

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

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