Html Css Color HEX #DAA918 Galliano

📋 copy color: '#DAA918'

red 218 ◦ green 169 ◦ blue 24

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

Shades of Galliano #DAA918

Tints of Galliano #DAA918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.84%

R = 53.04%
G = 41.12%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DAA918 (or 0xDAA918) is known color: Galliano. HEX triplet: DA, A9 and 18. RGB value is (218,169,24). Sum of RGB (Red+Green+Blue) = 218+169+24=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 24 (9.77% from 255 or 5.84% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA918 is #2556E7. Grayscale: #A7A7A7. Windows color (decimal): -2447080 or 1616346. OLE color: 1616346.

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

Color convert

RGB 218 169 24 -
CMYK 0 0.22 0.89 0.15
HSL 44.85º 0.8% 0.47% -
HSV(B) 44.85º 0.89% 0.85% -
XYZ 43.27 43.35 6.95 -
YUV 167.12 47.23 164.29 -
System Red Green Blue C M Y K H S L
Decimal 218 169 24 0 0.22 0.89 0.15 44.85 0.8 0.47
Hex DA A9 18 0 16 59 F 2D 50 2F
Octal 332 251 30 0 26 131 17 55 120 57
Binary 11011010 10101001 11000 0 10110 1011001 1111 101101 1010000 101111

Color Harmonies of #DAA918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA918

Black with #DAA918

Text Example


Text Example

White with #DAA918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA918; }

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

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

background-color css

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

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

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

border-color css

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

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

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