Html Css Color HEX #DCA41C Galliano

📋 copy color: '#DCA41C'

red 220 ◦ green 164 ◦ blue 28

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

Shades of Galliano #DCA41C

Tints of Galliano #DCA41C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.81%

 BLUE value IS 28 (11.33% from 255) = 6.8%

R = 53.4%
G = 39.81%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCA41C (or 0xDCA41C) is known color: Galliano. HEX triplet: DC, A4 and 1C. RGB value is (220,164,28). Sum of RGB (Red+Green+Blue) = 220+164+28=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA41C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA41C is #235BE3. Grayscale: #A5A5A5. Windows color (decimal): -2317284 or 1877212. OLE color: 1877212.

HSL color Cylindrical-coordinate representation of color #DCA41C: hue angle of 42.5º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCA41C is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 164 28 -
CMYK 0 0.25 0.87 0.14
HSL 42.5º 0.77% 0.49% -
HSV(B) 42.5º 0.87% 0.86% -
XYZ 43 41.85 6.91 -
YUV 165.24 50.55 167.06 -
System Red Green Blue C M Y K H S L
Decimal 220 164 28 0 0.25 0.87 0.14 42.5 0.77 0.49
Hex DC A4 1C 0 19 57 E 2A 4D 31
Octal 334 244 34 0 31 127 16 52 115 61
Binary 11011100 10100100 11100 0 11001 1010111 1110 101010 1001101 110001

Color Harmonies of #DCA41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA41C

Black with #DCA41C

Text Example


Text Example

White with #DCA41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA41C; }

 p { color: rgb(220,164,28); }

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

background-color css

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

 a { background-color: rgb(220,164,28); }

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

border-color css

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

 span { border-color: rgb(220,164,28); }

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