Html Css Color HEX #DCA51C Galliano

📋 copy color: '#DCA51C'

red 220 ◦ green 165 ◦ blue 28

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

Shades of Galliano #DCA51C

Tints of Galliano #DCA51C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.95%

 BLUE value IS 28 (11.33% from 255) = 6.78%

R = 53.27%
G = 39.95%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCA51C (or 0xDCA51C) is known color: Galliano. HEX triplet: DC, A5 and 1C. RGB value is (220,165,28). Sum of RGB (Red+Green+Blue) = 220+165+28=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 28 (11.33% from 255 or 6.78% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA51C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA51C is #235AE3. Grayscale: #A6A6A6. Windows color (decimal): -2317028 or 1877468. OLE color: 1877468.

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

Color convert

RGB 220 165 28 -
CMYK 0 0.25 0.87 0.14
HSL 42.81º 0.77% 0.49% -
HSV(B) 42.81º 0.87% 0.86% -
XYZ 43.18 42.21 6.97 -
YUV 165.83 50.22 166.64 -
System Red Green Blue C M Y K H S L
Decimal 220 165 28 0 0.25 0.87 0.14 42.81 0.77 0.49
Hex DC A5 1C 0 19 57 E 2B 4D 31
Octal 334 245 34 0 31 127 16 53 115 61
Binary 11011100 10100101 11100 0 11001 1010111 1110 101011 1001101 110001

Color Harmonies of #DCA51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA51C

Black with #DCA51C

Text Example


Text Example

White with #DCA51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA51C; }

 p { color: rgb(220,165,28); }

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

background-color css

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

 a { background-color: rgb(220,165,28); }

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

border-color css

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

 span { border-color: rgb(220,165,28); }

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