Html Css Color HEX #DCA616 Galliano

📋 copy color: '#DCA616'

red 220 ◦ green 166 ◦ blue 22

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

Shades of Galliano #DCA616

Tints of Galliano #DCA616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.39%

R = 53.92%
G = 40.69%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DCA616 (or 0xDCA616) is known color: Galliano. HEX triplet: DC, A6 and 16. RGB value is (220,166,22). Sum of RGB (Red+Green+Blue) = 220+166+22=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 22 (8.98% from 255 or 5.39% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA616 is #2359E9. Grayscale: #A6A6A6. Windows color (decimal): -2316778 or 1484508. OLE color: 1484508.

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

Color convert

RGB 220 166 22 -
CMYK 0 0.25 0.9 0.14
HSL 43.64º 0.82% 0.47% -
HSV(B) 43.64º 0.9% 0.86% -
XYZ 43.3 42.55 6.69 -
YUV 165.73 46.89 166.71 -
System Red Green Blue C M Y K H S L
Decimal 220 166 22 0 0.25 0.9 0.14 43.64 0.82 0.47
Hex DC A6 16 0 19 5A E 2C 52 2F
Octal 334 246 26 0 31 132 16 54 122 57
Binary 11011100 10100110 10110 0 11001 1011010 1110 101100 1010010 101111

Color Harmonies of #DCA616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA616

Black with #DCA616

Text Example


Text Example

White with #DCA616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA616; }

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

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

background-color css

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

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

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

border-color css

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

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

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