Html Css Color HEX #DAA960 Apache

📋 copy color: '#DAA960'

red 218 ◦ green 169 ◦ blue 96

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

Shades of Apache #DAA960

Tints of Apache #DAA960

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.99%

 BLUE value IS 96 (37.89% from 255) = 19.88%

R = 45.13%
G = 34.99%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DAA960 (or 0xDAA960) is known color: Apache. HEX triplet: DA, A9 and 60. RGB value is (218,169,96). Sum of RGB (Red+Green+Blue) = 218+169+96=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA960 is #25569F. Grayscale: #AFAFAF. Windows color (decimal): -2447008 or 6334938. OLE color: 6334938.

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

Color convert

RGB 218 169 96 -
CMYK 0 0.22 0.56 0.15
HSL 35.9º 0.62% 0.62% -
HSV(B) 35.9º 0.56% 0.85% -
XYZ 45.21 44.13 17.2 -
YUV 175.33 83.23 158.44 -
System Red Green Blue C M Y K H S L
Decimal 218 169 96 0 0.22 0.56 0.15 35.9 0.62 0.62
Hex DA A9 60 0 16 38 F 24 3E 3E
Octal 332 251 140 0 26 70 17 44 76 76
Binary 11011010 10101001 1100000 0 10110 111000 1111 100100 111110 111110

Color Harmonies of #DAA960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA960

Black with #DAA960

Text Example


Text Example

White with #DAA960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA960; }

 p { color: rgb(218,169,96); }

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

background-color css

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

 a { background-color: rgb(218,169,96); }

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

border-color css

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

 span { border-color: rgb(218,169,96); }

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