Html Css Color HEX #DCA620 Galliano

📋 copy color: '#DCA620'

red 220 ◦ green 166 ◦ blue 32

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

Shades of Galliano #DCA620

Tints of Galliano #DCA620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.66%

R = 52.63%
G = 39.71%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCA620 (or 0xDCA620) is known color: Galliano. HEX triplet: DC, A6 and 20. RGB value is (220,166,32). Sum of RGB (Red+Green+Blue) = 220+166+32=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 32 (12.89% from 255 or 7.66% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA620 is #2359DF. Grayscale: #A7A7A7. Windows color (decimal): -2316768 or 2139868. OLE color: 2139868.

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

Color convert

RGB 220 166 32 -
CMYK 0 0.25 0.85 0.14
HSL 42.77º 0.75% 0.49% -
HSV(B) 42.77º 0.85% 0.86% -
XYZ 43.41 42.59 7.3 -
YUV 166.87 51.89 165.9 -
System Red Green Blue C M Y K H S L
Decimal 220 166 32 0 0.25 0.85 0.14 42.77 0.75 0.49
Hex DC A6 20 0 19 55 E 2B 4B 31
Octal 334 246 40 0 31 125 16 53 113 61
Binary 11011100 10100110 100000 0 11001 1010101 1110 101011 1001011 110001

Color Harmonies of #DCA620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA620

Black with #DCA620

Text Example


Text Example

White with #DCA620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA620; }

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

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

background-color css

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

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

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

border-color css

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

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

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