Html Css Color HEX #DCA321 Galliano

📋 copy color: '#DCA321'

red 220 ◦ green 163 ◦ blue 33

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

Shades of Galliano #DCA321

Tints of Galliano #DCA321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.93%

R = 52.88%
G = 39.18%
B = 7.93%

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

#DCA321 (or 0xDCA321) is known color: Galliano. HEX triplet: DC, A3 and 21. RGB value is (220,163,33). Sum of RGB (Red+Green+Blue) = 220+163+33=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 33 (13.28% from 255 or 7.93% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA321 is #235CDE. Grayscale: #A5A5A5. Windows color (decimal): -2317535 or 2204636. OLE color: 2204636.

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

Color convert

RGB 220 163 33 -
CMYK 0 0.26 0.85 0.14
HSL 41.71º 0.74% 0.5% -
HSV(B) 41.71º 0.85% 0.86% -
XYZ 42.89 41.52 7.19 -
YUV 165.22 53.38 167.07 -
System Red Green Blue C M Y K H S L
Decimal 220 163 33 0 0.26 0.85 0.14 41.71 0.74 0.5
Hex DC A3 21 0 1A 55 E 2A 4A 32
Octal 334 243 41 0 32 125 16 52 112 62
Binary 11011100 10100011 100001 0 11010 1010101 1110 101010 1001010 110010

Color Harmonies of #DCA321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA321

Black with #DCA321

Text Example


Text Example

White with #DCA321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA321; }

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

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

background-color css

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

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

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

border-color css

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

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

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