Html Css Color HEX #DCAB20 Galliano

📋 copy color: '#DCAB20'

red 220 ◦ green 171 ◦ blue 32

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

Shades of Galliano #DCAB20

Tints of Galliano #DCAB20

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.43%

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

R = 52.01%
G = 40.43%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCAB20 (or 0xDCAB20) is known color: Galliano. HEX triplet: DC, AB and 20. RGB value is (220,171,32). Sum of RGB (Red+Green+Blue) = 220+171+32=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 32 (12.89% from 255 or 7.57% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB20 is #2354DF. Grayscale: #AAAAAA. Windows color (decimal): -2315488 or 2141148. OLE color: 2141148.

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

Color convert

RGB 220 171 32 -
CMYK 0 0.22 0.85 0.14
HSL 44.36º 0.75% 0.49% -
HSV(B) 44.36º 0.85% 0.86% -
XYZ 44.34 44.45 7.61 -
YUV 169.81 50.23 163.8 -
System Red Green Blue C M Y K H S L
Decimal 220 171 32 0 0.22 0.85 0.14 44.36 0.75 0.49
Hex DC AB 20 0 16 55 E 2C 4B 31
Octal 334 253 40 0 26 125 16 54 113 61
Binary 11011100 10101011 100000 0 10110 1010101 1110 101100 1001011 110001

Color Harmonies of #DCAB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB20

Black with #DCAB20

Text Example


Text Example

White with #DCAB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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