Html Css Color HEX #DCA619 Galliano

📋 copy color: '#DCA619'

red 220 ◦ green 166 ◦ blue 25

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

Shades of Galliano #DCA619

Tints of Galliano #DCA619

RGB

 RED value IS 220 (86.33% from 255) = 53.53%

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

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

R = 53.53%
G = 40.39%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DCA619 (or 0xDCA619) is known color: Galliano. HEX triplet: DC, A6 and 19. RGB value is (220,166,25). Sum of RGB (Red+Green+Blue) = 220+166+25=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 25 (10.16% from 255 or 6.08% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA619 is #2359E6. Grayscale: #A6A6A6. Windows color (decimal): -2316775 or 1681116. OLE color: 1681116.

HSL color Cylindrical-coordinate representation of color #DCA619: hue angle of 43.38º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCA619 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 166 25 -
CMYK 0 0.25 0.89 0.14
HSL 43.38º 0.8% 0.48% -
HSV(B) 43.38º 0.89% 0.86% -
XYZ 43.33 42.56 6.85 -
YUV 166.07 48.39 166.46 -
System Red Green Blue C M Y K H S L
Decimal 220 166 25 0 0.25 0.89 0.14 43.38 0.8 0.48
Hex DC A6 19 0 19 59 E 2B 50 30
Octal 334 246 31 0 31 131 16 53 120 60
Binary 11011100 10100110 11001 0 11001 1011001 1110 101011 1010000 110000

Color Harmonies of #DCA619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA619

Black with #DCA619

Text Example


Text Example

White with #DCA619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA619; }

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

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

background-color css

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

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

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

border-color css

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

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

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