#D3A04F

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

Shades of Apache #D3A04F

Tints of Apache #D3A04F

Color information

#D3A04F (or 0xD3A04F) is unknown color: approx Apache. HEX triplet: D3, A0 and 4F. RGB value is (211,160,79). Sum of RGB (Red+Green+Blue) = 211+160+79=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A04F is #2C5FB0. Grayscale: #A6A6A6. Windows color (decimal): -2908081 or 5218515. OLE color: 5218515.

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

Color convert

RGB21116079-
CMYK00.240.630.17
HSL36.82º60%56.86%-
HSV(B)36.82º62.56%82.75%-
XYZ40.8539.5612.88-
YUV166.0278.9160.09-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.89%
GREEN value IS 160 (62.89% from 255) = 35.56%
BLUE value IS 79 (31.25% from 255) = 17.56%
R=46.89%
G=35.56%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111607900.240.630.1736.826056.86
HexD3A04F0183F11253c39
Octal3232401170307721457471
Binary1101001110100000100111101100011111110001100101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A04F; }

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

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

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

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

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

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

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

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