#D0A164

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

Shades of Apache #D0A164

Tints of Apache #D0A164

Color information

#D0A164 (or 0xD0A164) is unknown color: approx Apache. HEX triplet: D0, A1 and 64. RGB value is (208,161,100). Sum of RGB (Red+Green+Blue) = 208+161+100=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A164 is #2F5E9B. Grayscale: #A8A8A8. Windows color (decimal): -3104412 or 6595024. OLE color: 6595024.

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

Color convert

RGB208161100-
CMYK00.230.520.18
HSL33.89º53.47%60.39%-
HSV(B)33.89º51.92%81.57%-
XYZ41.0639.8217.58-
YUV168.189.57156.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.35%
GREEN value IS 161 (63.28% from 255) = 34.33%
BLUE value IS 100 (39.45% from 255) = 21.32%
R=44.35%
G=34.33%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816110000.230.520.1833.8953.4760.39
HexD0A164017341222353c
Octal3202411440276422426574
Binary1101000010100001110010001011111010010010100010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A164; }

 p { color: rgb(208,161,100); }

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

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

 a { background-color: rgb(208,161,100); }

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

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

 span { border-color: rgb(208,161,100); }

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