Html Css Color HEX #DAA619 Galliano

📋 copy color: '#DAA619'

red 218 ◦ green 166 ◦ blue 25

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

Shades of Galliano #DAA619

Tints of Galliano #DAA619

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.59%

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

R = 53.3%
G = 40.59%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DAA619 (or 0xDAA619) is known color: Galliano. HEX triplet: DA, A6 and 19. RGB value is (218,166,25). Sum of RGB (Red+Green+Blue) = 218+166+25=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA619 is #2559E6. Grayscale: #A6A6A6. Windows color (decimal): -2447847 or 1681114. OLE color: 1681114.

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

Color convert

RGB 218 166 25 -
CMYK 0 0.24 0.89 0.15
HSL 43.83º 0.79% 0.48% -
HSV(B) 43.83º 0.89% 0.85% -
XYZ 42.73 42.25 6.82 -
YUV 165.47 48.73 165.46 -
System Red Green Blue C M Y K H S L
Decimal 218 166 25 0 0.24 0.89 0.15 43.83 0.79 0.48
Hex DA A6 19 0 18 59 F 2C 4F 30
Octal 332 246 31 0 30 131 17 54 117 60
Binary 11011010 10100110 11001 0 11000 1011001 1111 101100 1001111 110000

Color Harmonies of #DAA619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA619

Black with #DAA619

Text Example


Text Example

White with #DAA619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA619; }

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

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

background-color css

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

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

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

border-color css

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

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

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