Html Css Color HEX #DAA55D Apache

📋 copy color: '#DAA55D'

red 218 ◦ green 165 ◦ blue 93

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

Shades of Apache #DAA55D

Tints of Apache #DAA55D

RGB

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

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

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

R = 45.8%
G = 34.66%
B = 19.54%

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

#DAA55D (or 0xDAA55D) is known color: Apache. HEX triplet: DA, A5 and 5D. RGB value is (218,165,93). Sum of RGB (Red+Green+Blue) = 218+165+93=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA55D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA55D is #255AA2. Grayscale: #ACACAC. Windows color (decimal): -2448035 or 6137306. OLE color: 6137306.

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

Color convert

RGB 218 165 93 -
CMYK 0 0.24 0.57 0.15
HSL 34.56º 0.63% 0.61% -
HSV(B) 34.56º 0.57% 0.85% -
XYZ 44.34 42.61 16.24 -
YUV 172.64 83.06 160.35 -
System Red Green Blue C M Y K H S L
Decimal 218 165 93 0 0.24 0.57 0.15 34.56 0.63 0.61
Hex DA A5 5D 0 18 39 F 23 3F 3D
Octal 332 245 135 0 30 71 17 43 77 75
Binary 11011010 10100101 1011101 0 11000 111001 1111 100011 111111 111101

Color Harmonies of #DAA55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA55D

Black with #DAA55D

Text Example


Text Example

White with #DAA55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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