Html Css Color HEX #DAA75E Apache

📋 copy color: '#DAA75E'

red 218 ◦ green 167 ◦ blue 94

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

Shades of Apache #DAA75E

Tints of Apache #DAA75E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.86%

 BLUE value IS 94 (37.11% from 255) = 19.62%

R = 45.51%
G = 34.86%
B = 19.62%

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

#DAA75E (or 0xDAA75E) is known color: Apache. HEX triplet: DA, A7 and 5E. RGB value is (218,167,94). Sum of RGB (Red+Green+Blue) = 218+167+94=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA75E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA75E is #2558A1. Grayscale: #AEAEAE. Windows color (decimal): -2447522 or 6203354. OLE color: 6203354.

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

Color convert

RGB 218 167 94 -
CMYK 0 0.23 0.57 0.15
HSL 35.32º 0.63% 0.61% -
HSV(B) 35.32º 0.57% 0.85% -
XYZ 44.75 43.35 16.6 -
YUV 173.93 82.9 159.44 -
System Red Green Blue C M Y K H S L
Decimal 218 167 94 0 0.23 0.57 0.15 35.32 0.63 0.61
Hex DA A7 5E 0 17 39 F 23 3F 3D
Octal 332 247 136 0 27 71 17 43 77 75
Binary 11011010 10100111 1011110 0 10111 111001 1111 100011 111111 111101

Color Harmonies of #DAA75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA75E

Black with #DAA75E

Text Example


Text Example

White with #DAA75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA75E; }

 p { color: rgb(218,167,94); }

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

background-color css

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

 a { background-color: rgb(218,167,94); }

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

border-color css

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

 span { border-color: rgb(218,167,94); }

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