Html Css Color HEX #DCA717 Galliano

📋 copy color: '#DCA717'

red 220 ◦ green 167 ◦ blue 23

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

Shades of Galliano #DCA717

Tints of Galliano #DCA717

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.73%

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

R = 53.66%
G = 40.73%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCA717 (or 0xDCA717) is known color: Galliano. HEX triplet: DC, A7 and 17. RGB value is (220,167,23). Sum of RGB (Red+Green+Blue) = 220+167+23=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 167 (65.62% from 255 or 40.73% from 410); Blue value is 23 (9.38% from 255 or 5.61% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA717 is #2358E8. Grayscale: #A7A7A7. Windows color (decimal): -2316521 or 1550300. OLE color: 1550300.

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

Color convert

RGB 220 167 23 -
CMYK 0 0.24 0.90 0.14
HSL 43.86º 0.81% 0.48% -
HSV(B) 43.86º 0.9% 0.86% -
XYZ 43.49 42.91 6.8 -
YUV 166.43 47.06 166.21 -
System Red Green Blue C M Y K H S L
Decimal 220 167 23 0 0.24 0.90 0.14 43.86 0.81 0.48
Hex DC A7 17 0 18 5A E 2C 51 30
Octal 334 247 27 0 30 132 16 54 121 60
Binary 11011100 10100111 10111 0 11000 1011010 1110 101100 1010001 110000

Color Harmonies of #DCA717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA717

Black with #DCA717

Text Example


Text Example

White with #DCA717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA717; }

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

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

background-color css

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

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

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

border-color css

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

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

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