Html Css Color HEX #DCA517 Galliano

📋 copy color: '#DCA517'

red 220 ◦ green 165 ◦ blue 23

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

Shades of Galliano #DCA517

Tints of Galliano #DCA517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.64%

R = 53.92%
G = 40.44%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCA517 (or 0xDCA517) is known color: Galliano. HEX triplet: DC, A5 and 17. RGB value is (220,165,23). Sum of RGB (Red+Green+Blue) = 220+165+23=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 23 (9.38% from 255 or 5.64% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA517 is #235AE8. Grayscale: #A5A5A5. Windows color (decimal): -2317033 or 1549788. OLE color: 1549788.

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

Color convert

RGB 220 165 23 -
CMYK 0 0.25 0.90 0.14
HSL 43.25º 0.81% 0.48% -
HSV(B) 43.25º 0.9% 0.86% -
XYZ 43.12 42.19 6.68 -
YUV 165.26 47.72 167.05 -
System Red Green Blue C M Y K H S L
Decimal 220 165 23 0 0.25 0.90 0.14 43.25 0.81 0.48
Hex DC A5 17 0 19 5A E 2B 51 30
Octal 334 245 27 0 31 132 16 53 121 60
Binary 11011100 10100101 10111 0 11001 1011010 1110 101011 1010001 110000

Color Harmonies of #DCA517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA517

Black with #DCA517

Text Example


Text Example

White with #DCA517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA517; }

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

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

background-color css

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

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

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

border-color css

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

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

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