#D3A159

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

Shades of Apache #D3A159

Tints of Apache #D3A159

Color information

#D3A159 (or 0xD3A159) is unknown color: approx Apache. HEX triplet: D3, A1 and 59. RGB value is (211,161,89). Sum of RGB (Red+Green+Blue) = 211+161+89=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 89 (35.16% from 255 or 19.31% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A159 is #2C5EA6. Grayscale: #A8A8A8. Windows color (decimal): -2907815 or 5874131. OLE color: 5874131.

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

Color convert

RGB21116189-
CMYK00.240.580.17
HSL35.41º58.1%58.82%-
HSV(B)35.41º57.82%82.75%-
XYZ41.4140.0615-
YUV167.7483.56158.85-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.77%
GREEN value IS 161 (63.28% from 255) = 34.92%
BLUE value IS 89 (35.16% from 255) = 19.31%
R=45.77%
G=34.92%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111618900.240.580.1735.4158.158.82
HexD3A1590183A11233a3b
Octal3232411310307221437273
Binary1101001110100001101100101100011101010001100011111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A159; }

 p { color: rgb(211,161,89); }

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

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

 a { background-color: rgb(211,161,89); }

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

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

 span { border-color: rgb(211,161,89); }

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