Html Css Color HEX #DAA762 Apache

📋 copy color: '#DAA762'

red 218 ◦ green 167 ◦ blue 98

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

Shades of Apache #DAA762

Tints of Apache #DAA762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.29%

R = 45.13%
G = 34.58%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DAA762 (or 0xDAA762) is known color: Apache. HEX triplet: DA, A7 and 62. RGB value is (218,167,98). Sum of RGB (Red+Green+Blue) = 218+167+98=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA762 is #25589D. Grayscale: #AEAEAE. Windows color (decimal): -2447518 or 6465498. OLE color: 6465498.

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

Color convert

RGB 218 167 98 -
CMYK 0 0.23 0.55 0.15
HSL 34.5º 0.62% 0.62% -
HSV(B) 34.5º 0.55% 0.85% -
XYZ 44.94 43.42 17.57 -
YUV 174.38 84.9 159.11 -
System Red Green Blue C M Y K H S L
Decimal 218 167 98 0 0.23 0.55 0.15 34.5 0.62 0.62
Hex DA A7 62 0 17 37 F 22 3E 3E
Octal 332 247 142 0 27 67 17 42 76 76
Binary 11011010 10100111 1100010 0 10111 110111 1111 100010 111110 111110

Color Harmonies of #DAA762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA762

Black with #DAA762

Text Example


Text Example

White with #DAA762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA762; }

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

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

background-color css

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

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

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

border-color css

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

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

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