Html Css Color HEX #DAAA5E Apache

📋 copy color: '#DAAA5E'

red 218 ◦ green 170 ◦ blue 94

#DAAA5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apache #DAAA5E

Tints of Apache #DAAA5E

RGB

 RED value IS 218 (85.55% from 255) = 45.23%

 GREEN value IS 170 (66.8% from 255) = 35.27%

 BLUE value IS 94 (37.11% from 255) = 19.5%

R = 45.23%
G = 35.27%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DAAA5E (or 0xDAAA5E) is known color: Apache. HEX triplet: DA, AA and 5E. RGB value is (218,170,94). Sum of RGB (Red+Green+Blue) = 218+170+94=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA5E is #2555A1. Grayscale: #B0B0B0. Windows color (decimal): -2446754 or 6204122. OLE color: 6204122.

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

Color convert

RGB 218 170 94 -
CMYK 0 0.22 0.57 0.15
HSL 36.77º 0.63% 0.61% -
HSV(B) 36.77º 0.57% 0.85% -
XYZ 45.31 44.46 16.78 -
YUV 175.69 81.9 158.18 -
System Red Green Blue C M Y K H S L
Decimal 218 170 94 0 0.22 0.57 0.15 36.77 0.63 0.61
Hex DA AA 5E 0 16 39 F 25 3F 3D
Octal 332 252 136 0 26 71 17 45 77 75
Binary 11011010 10101010 1011110 0 10110 111001 1111 100101 111111 111101

Color Harmonies of #DAAA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA5E

Black with #DAAA5E

Text Example


Text Example

White with #DAAA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA5E; }

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

 H1.HeaderClassName
 {
   color: #DAAA5E;
 }
 .AnyTagClassName
 {
   color: #DAAA5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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