#DAA669

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

Shades of Apache #DAA669

Tints of Apache #DAA669

Color information

#DAA669 (or 0xDAA669) is unknown color: approx Apache. HEX triplet: DA, A6 and 69. RGB value is (218,166,105). Sum of RGB (Red+Green+Blue) = 218+166+105=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA669 is #255996. Grayscale: #AEAEAE. Windows color (decimal): -2447767 or 6923994. OLE color: 6923994.

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

Color convert

RGB218166105-
CMYK00.240.520.15
HSL32.39º60.43%63.33%-
HSV(B)32.39º51.83%85.49%-
XYZ45.143.219.33-
YUV174.5988.73158.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.58%
GREEN value IS 166 (65.23% from 255) = 33.95%
BLUE value IS 105 (41.41% from 255) = 21.47%
R=44.58%
G=33.95%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816610500.240.520.1532.3960.4363.33
HexDAA66901834F203c3f
Octal3322461510306417407477
Binary110110101010011011010010110001101001111100000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA669; }

 p { color: rgb(218,166,105); }

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

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

 a { background-color: rgb(218,166,105); }

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

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

 span { border-color: rgb(218,166,105); }

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