Html Css Color HEX #DAA55A Apache

📋 copy color: '#DAA55A'

red 218 ◦ green 165 ◦ blue 90

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

Shades of Apache #DAA55A

Tints of Apache #DAA55A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.03%

R = 46.09%
G = 34.88%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DAA55A (or 0xDAA55A) is known color: Apache. HEX triplet: DA, A5 and 5A. RGB value is (218,165,90). Sum of RGB (Red+Green+Blue) = 218+165+90=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA55A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA55A is #255AA5. Grayscale: #ACACAC. Windows color (decimal): -2448038 or 5940698. OLE color: 5940698.

HSL color Cylindrical-coordinate representation of color #DAA55A: hue angle of 35.16º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAA55A is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 165 90 -
CMYK 0 0.24 0.59 0.15
HSL 35.16º 0.63% 0.6% -
HSV(B) 35.16º 0.59% 0.85% -
XYZ 44.21 42.55 15.56 -
YUV 172.3 81.56 160.6 -
System Red Green Blue C M Y K H S L
Decimal 218 165 90 0 0.24 0.59 0.15 35.16 0.63 0.6
Hex DA A5 5A 0 18 3B F 23 3F 3C
Octal 332 245 132 0 30 73 17 43 77 74
Binary 11011010 10100101 1011010 0 11000 111011 1111 100011 111111 111100

Color Harmonies of #DAA55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA55A

Black with #DAA55A

Text Example


Text Example

White with #DAA55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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