#D0A465

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

Shades of Apache #D0A465

Tints of Apache #D0A465

Color information

#D0A465 (or 0xD0A465) is unknown color: approx Apache. HEX triplet: D0, A4 and 65. RGB value is (208,164,101). Sum of RGB (Red+Green+Blue) = 208+164+101=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A465 is #2F5B9A. Grayscale: #AAAAAA. Windows color (decimal): -3103643 or 6661328. OLE color: 6661328.

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

Color convert

RGB208164101-
CMYK00.210.510.18
HSL35.33º53.23%60.59%-
HSV(B)35.33º51.44%81.57%-
XYZ41.6440.918.01-
YUV169.9789.08155.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.97%
GREEN value IS 164 (64.45% from 255) = 34.67%
BLUE value IS 101 (39.84% from 255) = 21.35%
R=43.97%
G=34.67%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816410100.210.510.1835.3353.2360.59
HexD0A465015331223353d
Octal3202441450256322436575
Binary1101000010100100110010101010111001110010100011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A465; }

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

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

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

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

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

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

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

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