Html Css Color HEX #DCA614 Galliano

📋 copy color: '#DCA614'

red 220 ◦ green 166 ◦ blue 20

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

Shades of Galliano #DCA614

Tints of Galliano #DCA614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.93%

R = 54.19%
G = 40.89%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCA614 (or 0xDCA614) is known color: Galliano. HEX triplet: DC, A6 and 14. RGB value is (220,166,20). Sum of RGB (Red+Green+Blue) = 220+166+20=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA614 is #2359EB. Grayscale: #A6A6A6. Windows color (decimal): -2316780 or 1353436. OLE color: 1353436.

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

Color convert

RGB 220 166 20 -
CMYK 0 0.25 0.91 0.14
HSL 43.8º 0.83% 0.47% -
HSV(B) 43.8º 0.91% 0.86% -
XYZ 43.28 42.54 6.59 -
YUV 165.5 45.89 166.87 -
System Red Green Blue C M Y K H S L
Decimal 220 166 20 0 0.25 0.91 0.14 43.8 0.83 0.47
Hex DC A6 14 0 19 5B E 2C 53 2F
Octal 334 246 24 0 31 133 16 54 123 57
Binary 11011100 10100110 10100 0 11001 1011011 1110 101100 1010011 101111

Color Harmonies of #DCA614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA614

Black with #DCA614

Text Example


Text Example

White with #DCA614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA614; }

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

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

background-color css

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

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

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

border-color css

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

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

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