#D3A15B

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

Shades of Apache #D3A15B

Tints of Apache #D3A15B

Color information

#D3A15B (or 0xD3A15B) is unknown color: approx Apache. HEX triplet: D3, A1 and 5B. RGB value is (211,161,91). Sum of RGB (Red+Green+Blue) = 211+161+91=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A15B is #2C5EA4. Grayscale: #A8A8A8. Windows color (decimal): -2907813 or 6005203. OLE color: 6005203.

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

Color convert

RGB21116191-
CMYK00.240.570.17
HSL35º57.69%59.22%-
HSV(B)35º56.87%82.75%-
XYZ41.540.0915.45-
YUV167.9784.56158.69-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.57%
GREEN value IS 161 (63.28% from 255) = 34.77%
BLUE value IS 91 (35.94% from 255) = 19.65%
R=45.57%
G=34.77%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111619100.240.570.173557.6959.22
HexD3A15B0183911233a3b
Octal3232411330307121437273
Binary1101001110100001101101101100011100110001100011111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A15B; }

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

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

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

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

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

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

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

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