Html Css Color HEX #DAA85C Apache

📋 copy color: '#DAA85C'

red 218 ◦ green 168 ◦ blue 92

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

Shades of Apache #DAA85C

Tints of Apache #DAA85C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.15%

 BLUE value IS 92 (36.33% from 255) = 19.25%

R = 45.61%
G = 35.15%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DAA85C (or 0xDAA85C) is known color: Apache. HEX triplet: DA, A8 and 5C. RGB value is (218,168,92). Sum of RGB (Red+Green+Blue) = 218+168+92=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA85C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA85C is #2557A3. Grayscale: #AEAEAE. Windows color (decimal): -2447268 or 6072538. OLE color: 6072538.

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

Color convert

RGB 218 168 92 -
CMYK 0 0.23 0.58 0.15
HSL 36.19º 0.63% 0.61% -
HSV(B) 36.19º 0.58% 0.85% -
XYZ 44.85 43.68 16.19 -
YUV 174.29 81.57 159.18 -
System Red Green Blue C M Y K H S L
Decimal 218 168 92 0 0.23 0.58 0.15 36.19 0.63 0.61
Hex DA A8 5C 0 17 3A F 24 3F 3D
Octal 332 250 134 0 27 72 17 44 77 75
Binary 11011010 10101000 1011100 0 10111 111010 1111 100100 111111 111101

Color Harmonies of #DAA85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA85C

Black with #DAA85C

Text Example


Text Example

White with #DAA85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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