Html Css Color HEX #DAA916 Galliano

📋 copy color: '#DAA916'

red 218 ◦ green 169 ◦ blue 22

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

Shades of Galliano #DAA916

Tints of Galliano #DAA916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.38%

R = 53.3%
G = 41.32%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DAA916 (or 0xDAA916) is known color: Galliano. HEX triplet: DA, A9 and 16. RGB value is (218,169,22). Sum of RGB (Red+Green+Blue) = 218+169+22=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA916 is #2556E9. Grayscale: #A7A7A7. Windows color (decimal): -2447082 or 1485274. OLE color: 1485274.

HSL color Cylindrical-coordinate representation of color #DAA916: hue angle of 45º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DAA916 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 169 22 -
CMYK 0 0.22 0.90 0.15
HSL 45º 0.82% 0.47% -
HSV(B) 45º 0.9% 0.85% -
XYZ 43.25 43.34 6.85 -
YUV 166.89 46.23 164.45 -
System Red Green Blue C M Y K H S L
Decimal 218 169 22 0 0.22 0.90 0.15 45 0.82 0.47
Hex DA A9 16 0 16 5A F 2D 52 2F
Octal 332 251 26 0 26 132 17 55 122 57
Binary 11011010 10101001 10110 0 10110 1011010 1111 101101 1010010 101111

Color Harmonies of #DAA916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA916

Black with #DAA916

Text Example


Text Example

White with #DAA916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA916; }

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

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

background-color css

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

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

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

border-color css

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

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

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