#DAA65C

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

Shades of Apache #DAA65C

Tints of Apache #DAA65C

Color information

#DAA65C (or 0xDAA65C) is unknown color: approx Apache. HEX triplet: DA, A6 and 5C. RGB value is (218,166,92). Sum of RGB (Red+Green+Blue) = 218+166+92=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA65C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA65C is #2559A3. Grayscale: #ADADAD. Windows color (decimal): -2447780 or 6072026. OLE color: 6072026.

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

Color convert

RGB21816692-
CMYK00.240.580.15
HSL35.24º63%60.78%-
HSV(B)35.24º57.8%85.49%-
XYZ44.4842.9516.07-
YUV173.1182.23160.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.80%
GREEN value IS 166 (65.23% from 255) = 34.87%
BLUE value IS 92 (36.33% from 255) = 19.33%
R=45.80%
G=34.87%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181669200.240.580.1535.246360.78
HexDAA65C0183AF233f3d
Octal3322461340307217437775
Binary110110101010011010111000110001110101111100011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA65C; }

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

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

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

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

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

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

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

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