#D3A05E

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

Shades of Apache #D3A05E

Tints of Apache #D3A05E

Color information

#D3A05E (or 0xD3A05E) is unknown color: approx Apache. HEX triplet: D3, A0 and 5E. RGB value is (211,160,94). Sum of RGB (Red+Green+Blue) = 211+160+94=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A05E is #2C5FA1. Grayscale: #A8A8A8. Windows color (decimal): -2908066 or 6201555. OLE color: 6201555.

HSL color Cylindrical-coordinate representation of color #D3A05E: hue angle of 33.85º 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 #D3A05E is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB21116094-
CMYK00.240.550.17
HSL33.85º57.07%59.8%-
HSV(B)33.85º55.45%82.75%-
XYZ41.4639.816.09-
YUV167.7286.4158.87-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.38%
GREEN value IS 160 (62.89% from 255) = 34.41%
BLUE value IS 94 (37.11% from 255) = 20.22%
R=45.38%
G=34.41%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111609400.240.550.1733.8557.0759.8
HexD3A05E018371122393c
Octal3232401360306721427174
Binary1101001110100000101111001100011011110001100010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A05E; }

 p { color: rgb(211,160,94); }

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

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

 a { background-color: rgb(211,160,94); }

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

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

 span { border-color: rgb(211,160,94); }

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