Html Css Color HEX #DCA322 Galliano

📋 copy color: '#DCA322'

red 220 ◦ green 163 ◦ blue 34

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

Shades of Galliano #DCA322

Tints of Galliano #DCA322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.15%

R = 52.76%
G = 39.09%
B = 8.15%

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

#DCA322 (or 0xDCA322) is known color: Galliano. HEX triplet: DC, A3 and 22. RGB value is (220,163,34). Sum of RGB (Red+Green+Blue) = 220+163+34=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 34 (13.67% from 255 or 8.15% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA322 is #235CDD. Grayscale: #A5A5A5. Windows color (decimal): -2317534 or 2270172. OLE color: 2270172.

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

Color convert

RGB 220 163 34 -
CMYK 0 0.26 0.85 0.14
HSL 41.61º 0.73% 0.5% -
HSV(B) 41.61º 0.85% 0.86% -
XYZ 42.9 41.53 7.27 -
YUV 165.34 53.88 166.99 -
System Red Green Blue C M Y K H S L
Decimal 220 163 34 0 0.26 0.85 0.14 41.61 0.73 0.5
Hex DC A3 22 0 1A 55 E 2A 49 32
Octal 334 243 42 0 32 125 16 52 111 62
Binary 11011100 10100011 100010 0 11010 1010101 1110 101010 1001001 110010

Color Harmonies of #DCA322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA322

Black with #DCA322

Text Example


Text Example

White with #DCA322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA322; }

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

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

background-color css

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

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

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

border-color css

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

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

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