Html Css Color HEX #DCA617 Galliano

📋 copy color: '#DCA617'

red 220 ◦ green 166 ◦ blue 23

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

Shades of Galliano #DCA617

Tints of Galliano #DCA617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.62%

R = 53.79%
G = 40.59%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCA617 (or 0xDCA617) is known color: Galliano. HEX triplet: DC, A6 and 17. RGB value is (220,166,23). Sum of RGB (Red+Green+Blue) = 220+166+23=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 23 (9.38% from 255 or 5.62% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA617 is #2359E8. Grayscale: #A6A6A6. Windows color (decimal): -2316777 or 1550044. OLE color: 1550044.

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

Color convert

RGB 220 166 23 -
CMYK 0 0.25 0.90 0.14
HSL 43.55º 0.81% 0.48% -
HSV(B) 43.55º 0.9% 0.86% -
XYZ 43.31 42.55 6.74 -
YUV 165.84 47.39 166.63 -
System Red Green Blue C M Y K H S L
Decimal 220 166 23 0 0.25 0.90 0.14 43.55 0.81 0.48
Hex DC A6 17 0 19 5A E 2C 51 30
Octal 334 246 27 0 31 132 16 54 121 60
Binary 11011100 10100110 10111 0 11001 1011010 1110 101100 1010001 110000

Color Harmonies of #DCA617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA617

Black with #DCA617

Text Example


Text Example

White with #DCA617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA617; }

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

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

background-color css

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

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

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

border-color css

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

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

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