Html Css Color HEX #DAA55E Apache

📋 copy color: '#DAA55E'

red 218 ◦ green 165 ◦ blue 94

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

Shades of Apache #DAA55E

Tints of Apache #DAA55E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.59%

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

R = 45.7%
G = 34.59%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DAA55E (or 0xDAA55E) is known color: Apache. HEX triplet: DA, A5 and 5E. RGB value is (218,165,94). Sum of RGB (Red+Green+Blue) = 218+165+94=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 94 (37.11% from 255 or 19.71% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA55E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA55E is #255AA1. Grayscale: #ADADAD. Windows color (decimal): -2448034 or 6202842. OLE color: 6202842.

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

Color convert

RGB 218 165 94 -
CMYK 0 0.24 0.57 0.15
HSL 34.35º 0.63% 0.61% -
HSV(B) 34.35º 0.57% 0.85% -
XYZ 44.39 42.62 16.48 -
YUV 172.75 83.56 160.27 -
System Red Green Blue C M Y K H S L
Decimal 218 165 94 0 0.24 0.57 0.15 34.35 0.63 0.61
Hex DA A5 5E 0 18 39 F 22 3F 3D
Octal 332 245 136 0 30 71 17 42 77 75
Binary 11011010 10100101 1011110 0 11000 111001 1111 100010 111111 111101

Color Harmonies of #DAA55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA55E

Black with #DAA55E

Text Example


Text Example

White with #DAA55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA55E; }

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

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

background-color css

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

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

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

border-color css

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

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

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