Html Css Color HEX #DCAD20 Galliano

📋 copy color: '#DCAD20'

red 220 ◦ green 173 ◦ blue 32

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

Shades of Galliano #DCAD20

Tints of Galliano #DCAD20

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.71%

 BLUE value IS 32 (12.89% from 255) = 7.53%

R = 51.76%
G = 40.71%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCAD20 (or 0xDCAD20) is known color: Galliano. HEX triplet: DC, AD and 20. RGB value is (220,173,32). Sum of RGB (Red+Green+Blue) = 220+173+32=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 32 (12.89% from 255 or 7.53% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD20 is #2352DF. Grayscale: #ABABAB. Windows color (decimal): -2314976 or 2141660. OLE color: 2141660.

HSL color Cylindrical-coordinate representation of color #DCAD20: hue angle of 45º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCAD20 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 173 32 -
CMYK 0 0.21 0.85 0.14
HSL 45º 0.75% 0.49% -
HSV(B) 45º 0.85% 0.86% -
XYZ 44.72 45.21 7.74 -
YUV 170.98 49.57 162.96 -
System Red Green Blue C M Y K H S L
Decimal 220 173 32 0 0.21 0.85 0.14 45 0.75 0.49
Hex DC AD 20 0 15 55 E 2D 4B 31
Octal 334 255 40 0 25 125 16 55 113 61
Binary 11011100 10101101 100000 0 10101 1010101 1110 101101 1001011 110001

Color Harmonies of #DCAD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD20

Black with #DCAD20

Text Example


Text Example

White with #DCAD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD20; }

 p { color: rgb(220,173,32); }

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

background-color css

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

 a { background-color: rgb(220,173,32); }

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

border-color css

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

 span { border-color: rgb(220,173,32); }

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