Html Css Color HEX #DAA919 Galliano

📋 copy color: '#DAA919'

red 218 ◦ green 169 ◦ blue 25

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

Shades of Galliano #DAA919

Tints of Galliano #DAA919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.07%

R = 52.91%
G = 41.02%
B = 6.07%

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

#DAA919 (or 0xDAA919) is known color: Galliano. HEX triplet: DA, A9 and 19. RGB value is (218,169,25). Sum of RGB (Red+Green+Blue) = 218+169+25=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 25 (10.16% from 255 or 6.07% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA919 is #2556E6. Grayscale: #A7A7A7. Windows color (decimal): -2447079 or 1681882. OLE color: 1681882.

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

Color convert

RGB 218 169 25 -
CMYK 0 0.22 0.89 0.15
HSL 44.77º 0.79% 0.48% -
HSV(B) 44.77º 0.89% 0.85% -
XYZ 43.28 43.35 7.01 -
YUV 167.24 47.73 164.21 -
System Red Green Blue C M Y K H S L
Decimal 218 169 25 0 0.22 0.89 0.15 44.77 0.79 0.48
Hex DA A9 19 0 16 59 F 2D 4F 30
Octal 332 251 31 0 26 131 17 55 117 60
Binary 11011010 10101001 11001 0 10110 1011001 1111 101101 1001111 110000

Color Harmonies of #DAA919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA919

Black with #DAA919

Text Example


Text Example

White with #DAA919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA919; }

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

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

background-color css

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

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

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

border-color css

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

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

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