Html Css Color HEX #DCA417 Galliano

📋 copy color: '#DCA417'

red 220 ◦ green 164 ◦ blue 23

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

Shades of Galliano #DCA417

Tints of Galliano #DCA417

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.29%

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

R = 54.05%
G = 40.29%
B = 5.65%

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

#DCA417 (or 0xDCA417) is known color: Galliano. HEX triplet: DC, A4 and 17. RGB value is (220,164,23). Sum of RGB (Red+Green+Blue) = 220+164+23=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 23 (9.38% from 255 or 5.65% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA417 is #235BE8. Grayscale: #A5A5A5. Windows color (decimal): -2317289 or 1549532. OLE color: 1549532.

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

Color convert

RGB 220 164 23 -
CMYK 0 0.25 0.90 0.14
HSL 42.94º 0.81% 0.48% -
HSV(B) 42.94º 0.9% 0.86% -
XYZ 42.95 41.83 6.62 -
YUV 164.67 48.05 167.46 -
System Red Green Blue C M Y K H S L
Decimal 220 164 23 0 0.25 0.90 0.14 42.94 0.81 0.48
Hex DC A4 17 0 19 5A E 2B 51 30
Octal 334 244 27 0 31 132 16 53 121 60
Binary 11011100 10100100 10111 0 11001 1011010 1110 101011 1010001 110000

Color Harmonies of #DCA417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA417

Black with #DCA417

Text Example


Text Example

White with #DCA417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA417; }

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

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

background-color css

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

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

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

border-color css

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

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

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