Html Css Color HEX #DCA520 Galliano

📋 copy color: '#DCA520'

red 220 ◦ green 165 ◦ blue 32

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

Shades of Galliano #DCA520

Tints of Galliano #DCA520

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.57%

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

R = 52.76%
G = 39.57%
B = 7.67%

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

#DCA520 (or 0xDCA520) is known color: Galliano. HEX triplet: DC, A5 and 20. RGB value is (220,165,32). Sum of RGB (Red+Green+Blue) = 220+165+32=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 32 (12.89% from 255 or 7.67% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA520 is #235ADF. Grayscale: #A6A6A6. Windows color (decimal): -2317024 or 2139612. OLE color: 2139612.

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

Color convert

RGB 220 165 32 -
CMYK 0 0.25 0.85 0.14
HSL 42.45º 0.75% 0.49% -
HSV(B) 42.45º 0.85% 0.86% -
XYZ 43.23 42.23 7.24 -
YUV 166.28 52.22 166.31 -
System Red Green Blue C M Y K H S L
Decimal 220 165 32 0 0.25 0.85 0.14 42.45 0.75 0.49
Hex DC A5 20 0 19 55 E 2A 4B 31
Octal 334 245 40 0 31 125 16 52 113 61
Binary 11011100 10100101 100000 0 11001 1010101 1110 101010 1001011 110001

Color Harmonies of #DCA520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA520

Black with #DCA520

Text Example


Text Example

White with #DCA520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA520; }

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

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

background-color css

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

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

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

border-color css

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

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

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