Html Css Color HEX #DCA62D Galliano

📋 copy color: '#DCA62D'

red 220 ◦ green 166 ◦ blue 45

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

Shades of Galliano #DCA62D

Tints of Galliano #DCA62D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.44%

R = 51.04%
G = 38.52%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCA62D (or 0xDCA62D) is known color: Galliano. HEX triplet: DC, A6 and 2D. RGB value is (220,166,45). Sum of RGB (Red+Green+Blue) = 220+166+45=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA62D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA62D is #2359D2. Grayscale: #A8A8A8. Windows color (decimal): -2316755 or 2991836. OLE color: 2991836.

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

Color convert

RGB 220 166 45 -
CMYK 0 0.25 0.80 0.14
HSL 41.49º 0.71% 0.52% -
HSV(B) 41.49º 0.8% 0.86% -
XYZ 43.63 42.68 8.42 -
YUV 168.35 58.39 164.84 -
System Red Green Blue C M Y K H S L
Decimal 220 166 45 0 0.25 0.80 0.14 41.49 0.71 0.52
Hex DC A6 2D 0 19 50 E 29 47 34
Octal 334 246 55 0 31 120 16 51 107 64
Binary 11011100 10100110 101101 0 11001 1010000 1110 101001 1000111 110100

Color Harmonies of #DCA62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA62D

Black with #DCA62D

Text Example


Text Example

White with #DCA62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA62D; }

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

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

background-color css

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

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

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

border-color css

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

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

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