Html Css Color HEX #DCA41A Galliano

📋 copy color: '#DCA41A'

red 220 ◦ green 164 ◦ blue 26

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

Shades of Galliano #DCA41A

Tints of Galliano #DCA41A

RGB

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

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

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

R = 53.66%
G = 40%
B = 6.34%

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

#DCA41A (or 0xDCA41A) is known color: Galliano. HEX triplet: DC, A4 and 1A. RGB value is (220,164,26). Sum of RGB (Red+Green+Blue) = 220+164+26=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 26 (10.55% from 255 or 6.34% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA41A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA41A is #235BE5. Grayscale: #A5A5A5. Windows color (decimal): -2317286 or 1746140. OLE color: 1746140.

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

Color convert

RGB 220 164 26 -
CMYK 0 0.25 0.88 0.14
HSL 42.68º 0.79% 0.48% -
HSV(B) 42.68º 0.88% 0.86% -
XYZ 42.98 41.84 6.79 -
YUV 165.01 49.55 167.22 -
System Red Green Blue C M Y K H S L
Decimal 220 164 26 0 0.25 0.88 0.14 42.68 0.79 0.48
Hex DC A4 1A 0 19 58 E 2B 4F 30
Octal 334 244 32 0 31 130 16 53 117 60
Binary 11011100 10100100 11010 0 11001 1011000 1110 101011 1001111 110000

Color Harmonies of #DCA41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA41A

Black with #DCA41A

Text Example


Text Example

White with #DCA41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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