Html Css Color HEX #DCA91C Galliano

📋 copy color: '#DCA91C'

red 220 ◦ green 169 ◦ blue 28

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

Shades of Galliano #DCA91C

Tints of Galliano #DCA91C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.53%

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

R = 52.76%
G = 40.53%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCA91C (or 0xDCA91C) is known color: Galliano. HEX triplet: DC, A9 and 1C. RGB value is (220,169,28). Sum of RGB (Red+Green+Blue) = 220+169+28=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 28 (11.33% from 255 or 6.71% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA91C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA91C is #2356E3. Grayscale: #A8A8A8. Windows color (decimal): -2316004 or 1878492. OLE color: 1878492.

HSL color Cylindrical-coordinate representation of color #DCA91C: hue angle of 44.06º 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 #DCA91C is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 169 28 -
CMYK 0 0.23 0.87 0.14
HSL 44.06º 0.77% 0.49% -
HSV(B) 44.06º 0.87% 0.86% -
XYZ 43.91 43.68 7.21 -
YUV 168.18 48.9 164.96 -
System Red Green Blue C M Y K H S L
Decimal 220 169 28 0 0.23 0.87 0.14 44.06 0.77 0.49
Hex DC A9 1C 0 17 57 E 2C 4D 31
Octal 334 251 34 0 27 127 16 54 115 61
Binary 11011100 10101001 11100 0 10111 1010111 1110 101100 1001101 110001

Color Harmonies of #DCA91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA91C

Black with #DCA91C

Text Example


Text Example

White with #DCA91C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA91C; }

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

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

background-color css

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

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

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

border-color css

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

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

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