Html Css Color HEX #DCA62A Galliano

📋 copy color: '#DCA62A'

red 220 ◦ green 166 ◦ blue 42

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

Shades of Galliano #DCA62A

Tints of Galliano #DCA62A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.81%

R = 51.4%
G = 38.79%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCA62A (or 0xDCA62A) is known color: Galliano. HEX triplet: DC, A6 and 2A. RGB value is (220,166,42). Sum of RGB (Red+Green+Blue) = 220+166+42=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 42 (16.80% from 255 or 9.81% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA62A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA62A is #2359D5. Grayscale: #A8A8A8. Windows color (decimal): -2316758 or 2795228. OLE color: 2795228.

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

Color convert

RGB 220 166 42 -
CMYK 0 0.25 0.81 0.14
HSL 41.8º 0.72% 0.51% -
HSV(B) 41.8º 0.81% 0.86% -
XYZ 43.57 42.66 8.13 -
YUV 168.01 56.89 165.08 -
System Red Green Blue C M Y K H S L
Decimal 220 166 42 0 0.25 0.81 0.14 41.8 0.72 0.51
Hex DC A6 2A 0 19 51 E 2A 48 33
Octal 334 246 52 0 31 121 16 52 110 63
Binary 11011100 10100110 101010 0 11001 1010001 1110 101010 1001000 110011

Color Harmonies of #DCA62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA62A

Black with #DCA62A

Text Example


Text Example

White with #DCA62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA62A; }

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

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

background-color css

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

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

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

border-color css

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

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

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