Html Css Color HEX #DCA320 Galliano

📋 copy color: '#DCA320'

red 220 ◦ green 163 ◦ blue 32

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

Shades of Galliano #DCA320

Tints of Galliano #DCA320

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.28%

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

R = 53.01%
G = 39.28%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCA320 (or 0xDCA320) is known color: Galliano. HEX triplet: DC, A3 and 20. RGB value is (220,163,32). Sum of RGB (Red+Green+Blue) = 220+163+32=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 32 (12.89% from 255 or 7.71% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA320 is #235CDF. Grayscale: #A5A5A5. Windows color (decimal): -2317536 or 2139100. OLE color: 2139100.

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

Color convert

RGB 220 163 32 -
CMYK 0 0.26 0.85 0.14
HSL 41.81º 0.75% 0.49% -
HSV(B) 41.81º 0.85% 0.86% -
XYZ 42.87 41.51 7.12 -
YUV 165.11 52.88 167.15 -
System Red Green Blue C M Y K H S L
Decimal 220 163 32 0 0.26 0.85 0.14 41.81 0.75 0.49
Hex DC A3 20 0 1A 55 E 2A 4B 31
Octal 334 243 40 0 32 125 16 52 113 61
Binary 11011100 10100011 100000 0 11010 1010101 1110 101010 1001011 110001

Color Harmonies of #DCA320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA320

Black with #DCA320

Text Example


Text Example

White with #DCA320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA320; }

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

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

background-color css

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

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

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

border-color css

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

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

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