#D3AA65

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

Shades of Apache #D3AA65

Tints of Apache #D3AA65

Color information

#D3AA65 (or 0xD3AA65) is unknown color: approx Apache. HEX triplet: D3, AA and 65. RGB value is (211,170,101). Sum of RGB (Red+Green+Blue) = 211+170+101=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AA65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AA65 is #2C559A. Grayscale: #AEAEAE. Windows color (decimal): -2905499 or 6662867. OLE color: 6662867.

HSL color Cylindrical-coordinate representation of color #D3AA65: hue angle of 37.64º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D3AA65 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB211170101-
CMYK00.190.520.17
HSL37.64º55.56%61.18%-
HSV(B)37.64º52.13%82.75%-
XYZ43.5943.5418.42-
YUV174.3986.58154.11-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.78%
GREEN value IS 170 (66.80% from 255) = 35.27%
BLUE value IS 101 (39.84% from 255) = 20.95%
R=43.78%
G=35.27%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117010100.190.520.1737.6455.5661.18
HexD3AA65013341126383d
Octal3232521450236421467075
Binary1101001110101010110010101001111010010001100110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AA65; }

 p { color: rgb(211,170,101); }

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

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

 a { background-color: rgb(211,170,101); }

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

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

 span { border-color: rgb(211,170,101); }

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