#D1AC65

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

Shades of Apache #D1AC65

Tints of Apache #D1AC65

Color information

#D1AC65 (or 0xD1AC65) is unknown color: approx Apache. HEX triplet: D1, AC and 65. RGB value is (209,172,101). Sum of RGB (Red+Green+Blue) = 209+172+101=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AC65 is #2E539A. Grayscale: #AFAFAF. Windows color (decimal): -3036059 or 6663377. OLE color: 6663377.

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

Color convert

RGB209172101-
CMYK00.180.520.18
HSL39.44º54%60.78%-
HSV(B)39.44º51.67%81.96%-
XYZ43.44418.52-
YUV174.9786.26152.27-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.36%
GREEN value IS 172 (67.58% from 255) = 35.68%
BLUE value IS 101 (39.84% from 255) = 20.95%
R=43.36%
G=35.68%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917210100.180.520.1839.445460.78
HexD1AC65012341227363d
Octal3212541450226422476675
Binary1101000110101100110010101001011010010010100111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AC65; }

 p { color: rgb(209,172,101); }

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

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

 a { background-color: rgb(209,172,101); }

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

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

 span { border-color: rgb(209,172,101); }

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