#D3AD5B

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

Shades of Apache #D3AD5B

Tints of Apache #D3AD5B

Color information

#D3AD5B (or 0xD3AD5B) is unknown color: approx Apache. HEX triplet: D3, AD and 5B. RGB value is (211,173,91). Sum of RGB (Red+Green+Blue) = 211+173+91=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AD5B is #2C52A4. Grayscale: #AFAFAF. Windows color (decimal): -2904741 or 6008275. OLE color: 6008275.

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

Color convert

RGB21117391-
CMYK00.180.570.17
HSL41º57.69%59.22%-
HSV(B)41º56.87%82.75%-
XYZ43.744.4916.18-
YUV175.0180.59153.67-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.42%
GREEN value IS 173 (67.97% from 255) = 36.42%
BLUE value IS 91 (35.94% from 255) = 19.16%
R=44.42%
G=36.42%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111739100.180.570.174157.6959.22
HexD3AD5B0123911293a3b
Octal3232551330227121517273
Binary1101001110101101101101101001011100110001101001111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AD5B; }

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

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

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

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

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

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

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

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