Html Css Color HEX #DAA75C Apache

📋 copy color: '#DAA75C'

red 218 ◦ green 167 ◦ blue 92

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

Shades of Apache #DAA75C

Tints of Apache #DAA75C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.29%

R = 45.7%
G = 35.01%
B = 19.29%

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

#DAA75C (or 0xDAA75C) is known color: Apache. HEX triplet: DA, A7 and 5C. RGB value is (218,167,92). Sum of RGB (Red+Green+Blue) = 218+167+92=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA75C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA75C is #2558A3. Grayscale: #AEAEAE. Windows color (decimal): -2447524 or 6072282. OLE color: 6072282.

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

Color convert

RGB 218 167 92 -
CMYK 0 0.23 0.58 0.15
HSL 35.71º 0.63% 0.61% -
HSV(B) 35.71º 0.58% 0.85% -
XYZ 44.66 43.32 16.13 -
YUV 173.7 81.9 159.6 -
System Red Green Blue C M Y K H S L
Decimal 218 167 92 0 0.23 0.58 0.15 35.71 0.63 0.61
Hex DA A7 5C 0 17 3A F 24 3F 3D
Octal 332 247 134 0 27 72 17 44 77 75
Binary 11011010 10100111 1011100 0 10111 111010 1111 100100 111111 111101

Color Harmonies of #DAA75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA75C

Black with #DAA75C

Text Example


Text Example

White with #DAA75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA75C; }

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

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

background-color css

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

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

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

border-color css

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

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

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