Html Css Color HEX #DCA020 Galliano

📋 copy color: '#DCA020'

red 220 ◦ green 160 ◦ blue 32

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

Shades of Galliano #DCA020

Tints of Galliano #DCA020

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.83%

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

R = 53.4%
G = 38.83%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCA020 (or 0xDCA020) is known color: Galliano. HEX triplet: DC, A0 and 20. RGB value is (220,160,32). Sum of RGB (Red+Green+Blue) = 220+160+32=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 32 (12.89% from 255 or 7.77% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA020 is #235FDF. Grayscale: #A3A3A3. Windows color (decimal): -2318304 or 2138332. OLE color: 2138332.

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

Color convert

RGB 220 160 32 -
CMYK 0 0.27 0.85 0.14
HSL 40.85º 0.75% 0.49% -
HSV(B) 40.85º 0.85% 0.86% -
XYZ 42.35 40.46 6.94 -
YUV 163.35 53.88 168.41 -
System Red Green Blue C M Y K H S L
Decimal 220 160 32 0 0.27 0.85 0.14 40.85 0.75 0.49
Hex DC A0 20 0 1B 55 E 29 4B 31
Octal 334 240 40 0 33 125 16 51 113 61
Binary 11011100 10100000 100000 0 11011 1010101 1110 101001 1001011 110001

Color Harmonies of #DCA020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA020

Black with #DCA020

Text Example


Text Example

White with #DCA020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA020; }

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

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

background-color css

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

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

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

border-color css

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

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

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