Html Css Color HEX #DCA627 Galliano

📋 copy color: '#DCA627'

red 220 ◦ green 166 ◦ blue 39

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

Shades of Galliano #DCA627

Tints of Galliano #DCA627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.18%

R = 51.76%
G = 39.06%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCA627 (or 0xDCA627) is known color: Galliano. HEX triplet: DC, A6 and 27. RGB value is (220,166,39). Sum of RGB (Red+Green+Blue) = 220+166+39=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 39 (15.62% from 255 or 9.18% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA627 is #2359D8. Grayscale: #A8A8A8. Windows color (decimal): -2316761 or 2598620. OLE color: 2598620.

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

Color convert

RGB 220 166 39 -
CMYK 0 0.25 0.82 0.14
HSL 42.1º 0.72% 0.51% -
HSV(B) 42.1º 0.82% 0.86% -
XYZ 43.52 42.63 7.86 -
YUV 167.67 55.39 165.33 -
System Red Green Blue C M Y K H S L
Decimal 220 166 39 0 0.25 0.82 0.14 42.1 0.72 0.51
Hex DC A6 27 0 19 52 E 2A 48 33
Octal 334 246 47 0 31 122 16 52 110 63
Binary 11011100 10100110 100111 0 11001 1010010 1110 101010 1001000 110011

Color Harmonies of #DCA627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA627

Black with #DCA627

Text Example


Text Example

White with #DCA627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA627; }

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

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

background-color css

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

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

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

border-color css

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

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

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