#D3AD55

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

Shades of Apache #D3AD55

Tints of Apache #D3AD55

Color information

#D3AD55 (or 0xD3AD55) is unknown color: approx Apache. HEX triplet: D3, AD and 55. RGB value is (211,173,85). Sum of RGB (Red+Green+Blue) = 211+173+85=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AD55 is #2C52AA. Grayscale: #AEAEAE. Windows color (decimal): -2904747 or 5615059. OLE color: 5615059.

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

Color convert

RGB21117385-
CMYK00.180.600.17
HSL41.9º58.88%58.04%-
HSV(B)41.9º59.72%82.75%-
XYZ43.4544.3914.87-
YUV174.3377.59154.16-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.99%
GREEN value IS 173 (67.97% from 255) = 36.89%
BLUE value IS 85 (33.59% from 255) = 18.12%
R=44.99%
G=36.89%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111738500.180.600.1741.958.8858.04
HexD3AD550123C112a3b3a
Octal3232551250227421527372
Binary1101001110101101101010101001011110010001101010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AD55; }

 p { color: rgb(211,173,85); }

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

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

 a { background-color: rgb(211,173,85); }

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

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

 span { border-color: rgb(211,173,85); }

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