Html Css Color HEX #DAA911 Galliano

📋 copy color: '#DAA911'

red 218 ◦ green 169 ◦ blue 17

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

Shades of Galliano #DAA911

Tints of Galliano #DAA911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.21%

R = 53.96%
G = 41.83%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DAA911 (or 0xDAA911) is known color: Galliano. HEX triplet: DA, A9 and 11. RGB value is (218,169,17). Sum of RGB (Red+Green+Blue) = 218+169+17=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 17 (7.03% from 255 or 4.21% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA911 is #2556EE. Grayscale: #A6A6A6. Windows color (decimal): -2447087 or 1157594. OLE color: 1157594.

HSL color Cylindrical-coordinate representation of color #DAA911: hue angle of 45.37º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAA911 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 169 17 -
CMYK 0 0.22 0.92 0.15
HSL 45.37º 0.86% 0.46% -
HSV(B) 45.37º 0.92% 0.85% -
XYZ 43.2 43.32 6.62 -
YUV 166.32 43.73 164.86 -
System Red Green Blue C M Y K H S L
Decimal 218 169 17 0 0.22 0.92 0.15 45.37 0.86 0.46
Hex DA A9 11 0 16 5C F 2D 56 2E
Octal 332 251 21 0 26 134 17 55 126 56
Binary 11011010 10101001 10001 0 10110 1011100 1111 101101 1010110 101110

Color Harmonies of #DAA911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA911

Black with #DAA911

Text Example


Text Example

White with #DAA911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA911; }

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

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

background-color css

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

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

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

border-color css

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

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

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