#D3AA53

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

Shades of Apache #D3AA53

Tints of Apache #D3AA53

Color information

#D3AA53 (or 0xD3AA53) is unknown color: approx Apache. HEX triplet: D3, AA and 53. RGB value is (211,170,83). Sum of RGB (Red+Green+Blue) = 211+170+83=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 83 (32.81% from 255 or 17.89% from 464); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AA53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AA53 is #2C55AC. Grayscale: #ACACAC. Windows color (decimal): -2905517 or 5483219. OLE color: 5483219.

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

Color convert

RGB21117083-
CMYK00.190.610.17
HSL40.78º59.26%57.65%-
HSV(B)40.78º60.66%82.75%-
XYZ42.843.2214.27-
YUV172.3477.58155.57-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.47%
GREEN value IS 170 (66.80% from 255) = 36.64%
BLUE value IS 83 (32.81% from 255) = 17.89%
R=45.47%
G=36.64%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111708300.190.610.1740.7859.2657.65
HexD3AA530133D11293b3a
Octal3232521230237521517372
Binary1101001110101010101001101001111110110001101001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AA53; }

 p { color: rgb(211,170,83); }

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

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

 a { background-color: rgb(211,170,83); }

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

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

 span { border-color: rgb(211,170,83); }

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