Html Css Color HEX #DAA862 Apache

📋 copy color: '#DAA862'

red 218 ◦ green 168 ◦ blue 98

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

Shades of Apache #DAA862

Tints of Apache #DAA862

RGB

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

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

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

R = 45.04%
G = 34.71%
B = 20.25%

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

#DAA862 (or 0xDAA862) is known color: Apache. HEX triplet: DA, A8 and 62. RGB value is (218,168,98). Sum of RGB (Red+Green+Blue) = 218+168+98=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 98 (38.67% from 255 or 20.25% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA862 is #25579D. Grayscale: #AFAFAF. Windows color (decimal): -2447262 or 6465754. OLE color: 6465754.

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

Color convert

RGB 218 168 98 -
CMYK 0 0.23 0.55 0.15
HSL 35º 0.62% 0.62% -
HSV(B) 35º 0.55% 0.85% -
XYZ 45.12 43.79 17.63 -
YUV 174.97 84.57 158.69 -
System Red Green Blue C M Y K H S L
Decimal 218 168 98 0 0.23 0.55 0.15 35 0.62 0.62
Hex DA A8 62 0 17 37 F 23 3E 3E
Octal 332 250 142 0 27 67 17 43 76 76
Binary 11011010 10101000 1100010 0 10111 110111 1111 100011 111110 111110

Color Harmonies of #DAA862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA862

Black with #DAA862

Text Example


Text Example

White with #DAA862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA862; }

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

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

background-color css

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

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

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

border-color css

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

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

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