Html Css Color HEX #DCA119 Galliano

📋 copy color: '#DCA119'

red 220 ◦ green 161 ◦ blue 25

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

Shades of Galliano #DCA119

Tints of Galliano #DCA119

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.66%

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

R = 54.19%
G = 39.66%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DCA119 (or 0xDCA119) is known color: Galliano. HEX triplet: DC, A1 and 19. RGB value is (220,161,25). Sum of RGB (Red+Green+Blue) = 220+161+25=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 25 (10.16% from 255 or 6.16% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA119 is #235EE6. Grayscale: #A3A3A3. Windows color (decimal): -2318055 or 1679836. OLE color: 1679836.

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

Color convert

RGB 220 161 25 -
CMYK 0 0.27 0.89 0.14
HSL 41.85º 0.8% 0.48% -
HSV(B) 41.85º 0.89% 0.86% -
XYZ 42.44 40.78 6.55 -
YUV 163.14 50.05 168.56 -
System Red Green Blue C M Y K H S L
Decimal 220 161 25 0 0.27 0.89 0.14 41.85 0.8 0.48
Hex DC A1 19 0 1B 59 E 2A 50 30
Octal 334 241 31 0 33 131 16 52 120 60
Binary 11011100 10100001 11001 0 11011 1011001 1110 101010 1010000 110000

Color Harmonies of #DCA119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA119

Black with #DCA119

Text Example


Text Example

White with #DCA119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA119; }

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

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

background-color css

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

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

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

border-color css

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

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

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