#D3AC57

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

Shades of Apache #D3AC57

Tints of Apache #D3AC57

Color information

#D3AC57 (or 0xD3AC57) is unknown color: approx Apache. HEX triplet: D3, AC and 57. RGB value is (211,172,87). Sum of RGB (Red+Green+Blue) = 211+172+87=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 87 (34.38% from 255 or 18.51% from 470); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AC57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AC57 is #2C53A8. Grayscale: #AEAEAE. Windows color (decimal): -2905001 or 5745875. OLE color: 5745875.

HSL color Cylindrical-coordinate representation of color #D3AC57: hue angle of 41.13º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D3AC57 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB21117287-
CMYK00.180.590.17
HSL41.13º58.49%58.43%-
HSV(B)41.13º58.77%82.75%-
XYZ43.3444.0415.23-
YUV173.9778.92154.41-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.89%
GREEN value IS 172 (67.58% from 255) = 36.60%
BLUE value IS 87 (34.38% from 255) = 18.51%
R=44.89%
G=36.60%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111728700.180.590.1741.1358.4958.43
HexD3AC570123B11293a3a
Octal3232541270227321517272
Binary1101001110101100101011101001011101110001101001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AC57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AC57; }

 p { color: rgb(211,172,87); }

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

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

 a { background-color: rgb(211,172,87); }

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

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

 span { border-color: rgb(211,172,87); }

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