#D3A860

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

Shades of Apache #D3A860

Tints of Apache #D3A860

Color information

#D3A860 (or 0xD3A860) is unknown color: approx Apache. HEX triplet: D3, A8 and 60. RGB value is (211,168,96). Sum of RGB (Red+Green+Blue) = 211+168+96=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A860 is #2C579F. Grayscale: #ACACAC. Windows color (decimal): -2906016 or 6334675. OLE color: 6334675.

HSL color Cylindrical-coordinate representation of color #D3A860: hue angle of 37.57º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D3A860 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB21116896-
CMYK00.200.550.17
HSL37.57º56.65%60.2%-
HSV(B)37.57º54.5%82.75%-
XYZ42.9842.717.04-
YUV172.6584.75155.35-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.42%
GREEN value IS 168 (66.02% from 255) = 35.37%
BLUE value IS 96 (37.89% from 255) = 20.21%
R=44.42%
G=35.37%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111689600.200.550.1737.5756.6560.2
HexD3A860014371126393c
Octal3232501400246721467174
Binary1101001110101000110000001010011011110001100110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A860; }

 p { color: rgb(211,168,96); }

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

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

 a { background-color: rgb(211,168,96); }

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

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

 span { border-color: rgb(211,168,96); }

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