Html Css Color HEX #DAA85D Apache

📋 copy color: '#DAA85D'

red 218 ◦ green 168 ◦ blue 93

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

Shades of Apache #DAA85D

Tints of Apache #DAA85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.42%

R = 45.51%
G = 35.07%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DAA85D (or 0xDAA85D) is known color: Apache. HEX triplet: DA, A8 and 5D. RGB value is (218,168,93). Sum of RGB (Red+Green+Blue) = 218+168+93=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA85D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA85D is #2557A2. Grayscale: #AEAEAE. Windows color (decimal): -2447267 or 6138074. OLE color: 6138074.

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

Color convert

RGB 218 168 93 -
CMYK 0 0.23 0.57 0.15
HSL 36º 0.63% 0.61% -
HSV(B) 36º 0.57% 0.85% -
XYZ 44.89 43.7 16.43 -
YUV 174.4 82.07 159.1 -
System Red Green Blue C M Y K H S L
Decimal 218 168 93 0 0.23 0.57 0.15 36 0.63 0.61
Hex DA A8 5D 0 17 39 F 24 3F 3D
Octal 332 250 135 0 27 71 17 44 77 75
Binary 11011010 10101000 1011101 0 10111 111001 1111 100100 111111 111101

Color Harmonies of #DAA85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA85D

Black with #DAA85D

Text Example


Text Example

White with #DAA85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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