Html Css Color HEX #DAA85B Apache

📋 copy color: '#DAA85B'

red 218 ◦ green 168 ◦ blue 91

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

Shades of Apache #DAA85B

Tints of Apache #DAA85B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.08%

R = 45.7%
G = 35.22%
B = 19.08%

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

#DAA85B (or 0xDAA85B) is known color: Apache. HEX triplet: DA, A8 and 5B. RGB value is (218,168,91). Sum of RGB (Red+Green+Blue) = 218+168+91=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 91 (35.94% from 255 or 19.08% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA85B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA85B is #2557A4. Grayscale: #AEAEAE. Windows color (decimal): -2447269 or 6007002. OLE color: 6007002.

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

Color convert

RGB 218 168 91 -
CMYK 0 0.23 0.58 0.15
HSL 36.38º 0.63% 0.61% -
HSV(B) 36.38º 0.58% 0.85% -
XYZ 44.8 43.67 15.96 -
YUV 174.17 81.07 159.26 -
System Red Green Blue C M Y K H S L
Decimal 218 168 91 0 0.23 0.58 0.15 36.38 0.63 0.61
Hex DA A8 5B 0 17 3A F 24 3F 3D
Octal 332 250 133 0 27 72 17 44 77 75
Binary 11011010 10101000 1011011 0 10111 111010 1111 100100 111111 111101

Color Harmonies of #DAA85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA85B

Black with #DAA85B

Text Example


Text Example

White with #DAA85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA85B; }

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

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

background-color css

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

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

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

border-color css

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

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

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