Html Css Color HEX #DCA61A Galliano

📋 copy color: '#DCA61A'

red 220 ◦ green 166 ◦ blue 26

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

Shades of Galliano #DCA61A

Tints of Galliano #DCA61A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.29%

 BLUE value IS 26 (10.55% from 255) = 6.31%

R = 53.4%
G = 40.29%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCA61A (or 0xDCA61A) is known color: Galliano. HEX triplet: DC, A6 and 1A. RGB value is (220,166,26). Sum of RGB (Red+Green+Blue) = 220+166+26=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 26 (10.55% from 255 or 6.31% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA61A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA61A is #2359E5. Grayscale: #A6A6A6. Windows color (decimal): -2316774 or 1746652. OLE color: 1746652.

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

Color convert

RGB 220 166 26 -
CMYK 0 0.25 0.88 0.14
HSL 43.3º 0.79% 0.48% -
HSV(B) 43.3º 0.88% 0.86% -
XYZ 43.34 42.56 6.91 -
YUV 166.19 48.89 166.38 -
System Red Green Blue C M Y K H S L
Decimal 220 166 26 0 0.25 0.88 0.14 43.3 0.79 0.48
Hex DC A6 1A 0 19 58 E 2B 4F 30
Octal 334 246 32 0 31 130 16 53 117 60
Binary 11011100 10100110 11010 0 11001 1011000 1110 101011 1001111 110000

Color Harmonies of #DCA61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA61A

Black with #DCA61A

Text Example


Text Example

White with #DCA61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA61A; }

 p { color: rgb(220,166,26); }

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

background-color css

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

 a { background-color: rgb(220,166,26); }

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

border-color css

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

 span { border-color: rgb(220,166,26); }

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