#DAAA5D

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

Shades of Apache #DAAA5D

Tints of Apache #DAAA5D

Color information

#DAAA5D (or 0xDAAA5D) is unknown color: approx Apache. HEX triplet: DA, AA and 5D. RGB value is (218,170,93). Sum of RGB (Red+Green+Blue) = 218+170+93=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA5D is #2555A2. Grayscale: #AFAFAF. Windows color (decimal): -2446755 or 6138586. OLE color: 6138586.

HSL color Cylindrical-coordinate representation of color #DAAA5D: hue angle of 36.96º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAAA5D is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB21817093-
CMYK00.220.570.15
HSL36.96º62.81%60.98%-
HSV(B)36.96º57.34%85.49%-
XYZ45.2644.4516.55-
YUV175.5781.4158.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.32%
GREEN value IS 170 (66.80% from 255) = 35.34%
BLUE value IS 93 (36.72% from 255) = 19.33%
R=45.32%
G=35.34%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181709300.220.570.1536.9662.8160.98
HexDAAA5D01639F253f3d
Octal3322521350267117457775
Binary110110101010101010111010101101110011111100101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAA5D; }

 p { color: rgb(218,170,93); }

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

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

 a { background-color: rgb(218,170,93); }

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

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

 span { border-color: rgb(218,170,93); }

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