#DAA863

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

Shades of Apache #DAA863

Tints of Apache #DAA863

Color information

#DAA863 (or 0xDAA863) is unknown color: approx Apache. HEX triplet: DA, A8 and 63. RGB value is (218,168,99). Sum of RGB (Red+Green+Blue) = 218+168+99=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 99 (39.06% from 255 or 20.41% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA863 is #25579C. Grayscale: #AFAFAF. Windows color (decimal): -2447261 or 6531290. OLE color: 6531290.

HSL color Cylindrical-coordinate representation of color #DAA863: hue angle of 34.79º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAA863 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB21816899-
CMYK00.230.550.15
HSL34.79º61.66%62.16%-
HSV(B)34.79º54.59%85.49%-
XYZ45.1743.8117.88-
YUV175.0885.06158.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.95%
GREEN value IS 168 (66.02% from 255) = 34.64%
BLUE value IS 99 (39.06% from 255) = 20.41%
R=44.95%
G=34.64%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181689900.230.550.1534.7961.6662.16
HexDAA86301737F233e3e
Octal3322501430276717437676
Binary110110101010100011000110101111101111111100011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA863; }

 p { color: rgb(218,168,99); }

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

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

 a { background-color: rgb(218,168,99); }

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

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

 span { border-color: rgb(218,168,99); }

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