Html Css Color HEX #DCA516 Galliano

📋 copy color: '#DCA516'

red 220 ◦ green 165 ◦ blue 22

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

Shades of Galliano #DCA516

Tints of Galliano #DCA516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.41%

R = 54.05%
G = 40.54%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DCA516 (or 0xDCA516) is known color: Galliano. HEX triplet: DC, A5 and 16. RGB value is (220,165,22). Sum of RGB (Red+Green+Blue) = 220+165+22=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 22 (8.98% from 255 or 5.41% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA516 is #235AE9. Grayscale: #A5A5A5. Windows color (decimal): -2317034 or 1484252. OLE color: 1484252.

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

Color convert

RGB 220 165 22 -
CMYK 0 0.25 0.9 0.14
HSL 43.33º 0.82% 0.47% -
HSV(B) 43.33º 0.9% 0.86% -
XYZ 43.12 42.18 6.63 -
YUV 165.14 47.22 167.13 -
System Red Green Blue C M Y K H S L
Decimal 220 165 22 0 0.25 0.9 0.14 43.33 0.82 0.47
Hex DC A5 16 0 19 5A E 2B 52 2F
Octal 334 245 26 0 31 132 16 53 122 57
Binary 11011100 10100101 10110 0 11001 1011010 1110 101011 1010010 101111

Color Harmonies of #DCA516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA516

Black with #DCA516

Text Example


Text Example

White with #DCA516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA516; }

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

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

background-color css

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

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

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

border-color css

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

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

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