Html Css Color HEX #DCA618 Galliano

📋 copy color: '#DCA618'

red 220 ◦ green 166 ◦ blue 24

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

Shades of Galliano #DCA618

Tints of Galliano #DCA618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.85%

R = 53.66%
G = 40.49%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DCA618 (or 0xDCA618) is known color: Galliano. HEX triplet: DC, A6 and 18. RGB value is (220,166,24). Sum of RGB (Red+Green+Blue) = 220+166+24=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 24 (9.77% from 255 or 5.85% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA618 is #2359E7. Grayscale: #A6A6A6. Windows color (decimal): -2316776 or 1615580. OLE color: 1615580.

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

Color convert

RGB 220 166 24 -
CMYK 0 0.25 0.89 0.14
HSL 43.47º 0.8% 0.48% -
HSV(B) 43.47º 0.89% 0.86% -
XYZ 43.32 42.55 6.79 -
YUV 165.96 47.89 166.55 -
System Red Green Blue C M Y K H S L
Decimal 220 166 24 0 0.25 0.89 0.14 43.47 0.8 0.48
Hex DC A6 18 0 19 59 E 2B 50 30
Octal 334 246 30 0 31 131 16 53 120 60
Binary 11011100 10100110 11000 0 11001 1011001 1110 101011 1010000 110000

Color Harmonies of #DCA618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA618

Black with #DCA618

Text Example


Text Example

White with #DCA618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA618; }

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

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

background-color css

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

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

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

border-color css

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

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

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