#DAA75E

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

Shades of Apache #DAA75E

Tints of Apache #DAA75E

Color information

#DAA75E (or 0xDAA75E) is unknown color: approx Apache. HEX triplet: DA, A7 and 5E. RGB value is (218,167,94). Sum of RGB (Red+Green+Blue) = 218+167+94=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA75E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA75E is #2558A1. Grayscale: #AEAEAE. Windows color (decimal): -2447522 or 6203354. OLE color: 6203354.

HSL color Cylindrical-coordinate representation of color #DAA75E: hue angle of 35.32º 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 #DAA75E is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB21816794-
CMYK00.230.570.15
HSL35.32º62.63%61.18%-
HSV(B)35.32º56.88%85.49%-
XYZ44.7543.3516.6-
YUV173.9382.9159.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.51%
GREEN value IS 167 (65.62% from 255) = 34.86%
BLUE value IS 94 (37.11% from 255) = 19.62%
R=45.51%
G=34.86%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181679400.230.570.1535.3262.6361.18
HexDAA75E01739F233f3d
Octal3322471360277117437775
Binary110110101010011110111100101111110011111100011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA75E; }

 p { color: rgb(218,167,94); }

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

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

 a { background-color: rgb(218,167,94); }

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

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

 span { border-color: rgb(218,167,94); }

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