Html Css Color HEX #DAA761 Apache

📋 copy color: '#DAA761'

red 218 ◦ green 167 ◦ blue 97

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

Shades of Apache #DAA761

Tints of Apache #DAA761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.12%

R = 45.23%
G = 34.65%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DAA761 (or 0xDAA761) is known color: Apache. HEX triplet: DA, A7 and 61. RGB value is (218,167,97). Sum of RGB (Red+Green+Blue) = 218+167+97=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 97 (38.28% from 255 or 20.12% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA761 is #25589E. Grayscale: #AEAEAE. Windows color (decimal): -2447519 or 6399962. OLE color: 6399962.

HSL color Cylindrical-coordinate representation of color #DAA761: hue angle of 34.71º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAA761 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 167 97 -
CMYK 0 0.23 0.56 0.15
HSL 34.71º 0.62% 0.62% -
HSV(B) 34.71º 0.56% 0.85% -
XYZ 44.89 43.41 17.32 -
YUV 174.27 84.4 159.19 -
System Red Green Blue C M Y K H S L
Decimal 218 167 97 0 0.23 0.56 0.15 34.71 0.62 0.62
Hex DA A7 61 0 17 38 F 23 3E 3E
Octal 332 247 141 0 27 70 17 43 76 76
Binary 11011010 10100111 1100001 0 10111 111000 1111 100011 111110 111110

Color Harmonies of #DAA761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA761

Black with #DAA761

Text Example


Text Example

White with #DAA761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA761; }

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

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

background-color css

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

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

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

border-color css

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

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

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