#DAA45A

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

Shades of Apache #DAA45A

Tints of Apache #DAA45A

Color information

#DAA45A (or 0xDAA45A) is unknown color: approx Apache. HEX triplet: DA, A4 and 5A. RGB value is (218,164,90). Sum of RGB (Red+Green+Blue) = 218+164+90=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA45A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA45A is #255BA5. Grayscale: #ACACAC. Windows color (decimal): -2448294 or 5940442. OLE color: 5940442.

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

Color convert

RGB21816490-
CMYK00.250.590.15
HSL34.69º63.37%60.39%-
HSV(B)34.69º58.72%85.49%-
XYZ44.0342.1915.5-
YUV171.7181.89161.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.19%
GREEN value IS 164 (64.45% from 255) = 34.75%
BLUE value IS 90 (35.55% from 255) = 19.07%
R=46.19%
G=34.75%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181649000.250.590.1534.6963.3760.39
HexDAA45A0193BF233f3c
Octal3322441320317317437774
Binary110110101010010010110100110011110111111100011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA45A; }

 p { color: rgb(218,164,90); }

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

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

 a { background-color: rgb(218,164,90); }

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

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

 span { border-color: rgb(218,164,90); }

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